Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 7 of 7) sorted by relevance

/test/mlts/benchmark/native/
Dmulti_process_test.cpp277 std::thread killer = std::thread([killAfter]() { in main()
286 std::vector<std::thread> threads; in main()
289 threads.push_back(std::thread([&]() { in main()
295 [](std::thread& t) { t.join(); }); in main()
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py80 for thread in _THREAD_LIST:
81 result = self.RunBenchmark(bits, thread)
82 labels.append("%s_thread" % thread)
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py82 for thread in _THREAD_LIST:
83 result = self.RunBenchmark(bits, thread)
84 labels.append("%s_thread" % thread)
/test/vts/runners/host/
Dutils.py34 import thread
36 import _thread as thread namespace
388 thread.interrupt_main()
/test/vts-testcase/kernel/api/bpf_native_test/
DBpfTest.cpp90 std::thread tds[NUM_SOCKETS];
159 tds[i] = std::thread(workerThread, prog_fd, &stop); in SetUp()
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp168 std::thread(std::move(task)).detach(); in GetHidlService()
189 std::thread(std::move(task)).detach(); in GetAidlService()
/test/app_compat/csuite/
Dpylintrc250 ignored-classes=optparse.Values,thread._local,_thread._local