Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dinstruction_factory.cpp212 const auto& thread = options.threads()[t]; in CreateFromProtoInstruction() local
213 for (int i = 0; i < thread.spawn(); i++) { in CreateFromProtoInstruction()
217 thread_ids_copy, thread.instruction()))); in CreateFromProtoInstruction()
220 if (thread.has_name()) { in CreateFromProtoInstruction()
221 thread_name = thread.name() + "_" + std::to_string(i); in CreateFromProtoInstruction()
227 if (thread.has_sched_attr()) { in CreateFromProtoInstruction()
228 sched_attr = thread.sched_attr(); in CreateFromProtoInstruction()
232 if (thread.has_sched_affinity()) { in CreateFromProtoInstruction()
233 sched_affinity = thread.sched_affinity(); in CreateFromProtoInstruction()
Dmultithreading.cpp43 for (auto& thread : threads_) { in TearDownSingle() local
44 thread.join(); in TearDownSingle()
Dinstruction.cpp71 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier, in SpawnThread()
73 return std::thread([=, this] { RunSynchronized(barrier, params); }); in SpawnThread()
/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/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py82 for thread in _THREAD_LIST:
83 result = self.RunBenchmark(bits, thread)
84 labels.append("%s_thread" % thread)
/test/vts-testcase/kernel/api/bpf_native_test/
DBpfTest.cpp92 std::thread *tds = new std::thread[NUM_SOCKETS];
161 tds[i] = std::thread(workerThread, prog_fd, &stop); in SetUp()
/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/dittosuite/include/ditto/
Dmultithreading.h40 std::vector<std::thread> threads_;
Dinstruction.h53 std::thread SpawnThread(pthread_barrier_t* barrier, const MultithreadingParams& params);
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp162 std::thread(std::move(task)).detach(); in GetHidlService()
184 std::thread(std::move(task)).detach(); in GetAidlService()
/test/app_compat/csuite/
Dpylintrc250 ignored-classes=optparse.Values,thread._local,_thread._local