Searched refs:tp (Results 1 – 3 of 3) sorted by relevance
424 unique_ptr<ThreadPool> tp(NewThreadPool(g_flags.num_jobs)); in CheckStep2() local426 tp->Submit([this]() { in CheckStep2()441 tp->Submit([this]() { in CheckStep2()454 tp->Wait(); in CheckStep2()
607 unique_ptr<ThreadPool> tp(NewThreadPool(g_flags.num_jobs)); in GenerateNinja() local613 tp->Submit([this, i, num_nodes_per_task, &bufs]() { in GenerateNinja()621 tp->Wait(); in GenerateNinja()
126 def AssertFingerprintOrThumbprint(self, fp, tp): argument134 '+ getprop("ro.build.thumbprint") + ".");').format(fp=fp, tp=tp)