package com.baidu.cloud.videocache; import java.util.concurrent.CountDownLatch; /* loaded from: classes.dex */ final class k implements Runnable { private final CountDownLatch a; final /* synthetic */ g b; public k(g gVar, CountDownLatch countDownLatch) { this.b = gVar; this.a = countDownLatch; } @Override // java.lang.Runnable public void run() { this.a.countDown(); this.b.c(); } }