Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dregen.cc424 unique_ptr<ThreadPool> tp(NewThreadPool(g_flags.num_jobs)); in CheckStep2() local
426 tp->Submit([this]() { in CheckStep2()
441 tp->Submit([this]() { in CheckStep2()
454 tp->Wait(); in CheckStep2()
Dninja.cc607 unique_ptr<ThreadPool> tp(NewThreadPool(g_flags.num_jobs)); in GenerateNinja() local
613 tp->Submit([this, i, num_nodes_per_task, &bufs]() { in GenerateNinja()
621 tp->Wait(); in GenerateNinja()
/build/make/tools/releasetools/
Dedify_generator.py126 def AssertFingerprintOrThumbprint(self, fp, tp): argument
134 '+ getprop("ro.build.thumbprint") + ".");').format(fp=fp, tp=tp)