Searched refs:thread (Results 1 – 7 of 7) sorted by relevance
277 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()
80 for thread in _THREAD_LIST:81 result = self.RunBenchmark(bits, thread)82 labels.append("%s_thread" % thread)
82 for thread in _THREAD_LIST:83 result = self.RunBenchmark(bits, thread)84 labels.append("%s_thread" % thread)
34 import thread36 import _thread as thread namespace388 thread.interrupt_main()
90 std::thread tds[NUM_SOCKETS];159 tds[i] = std::thread(workerThread, prog_fd, &stop); in SetUp()
168 std::thread(std::move(task)).detach(); in GetHidlService()189 std::thread(std::move(task)).detach(); in GetAidlService()
250 ignored-classes=optparse.Values,thread._local,_thread._local