Searched refs:thread (Results 1 – 11 of 11) sorted by relevance
/test/dittosuite/src/ |
D | instruction_factory.cpp | 212 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()
|
D | multithreading.cpp | 43 for (auto& thread : threads_) { in TearDownSingle() local 44 thread.join(); in TearDownSingle()
|
D | instruction.cpp | 71 std::thread Instruction::SpawnThread(pthread_barrier_t* barrier, in SpawnThread() 73 return std::thread([=, this] { RunSynchronized(barrier, params); }); in SpawnThread()
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 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()
|
/test/vts-testcase/performance/hwbinder_throughput_test/ |
D | HwBinderThroughputBenchmark.py | 82 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/ |
D | BpfTest.cpp | 92 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/ |
D | BinderThroughputBenchmark.py | 80 for thread in _THREAD_LIST: 81 result = self.RunBenchmark(bits, thread) 82 labels.append("%s_thread" % thread)
|
/test/dittosuite/include/ditto/ |
D | multithreading.h | 40 std::vector<std::thread> threads_;
|
D | instruction.h | 53 std::thread SpawnThread(pthread_barrier_t* barrier, const MultithreadingParams& params);
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 162 std::thread(std::move(task)).detach(); in GetHidlService() 184 std::thread(std::move(task)).detach(); in GetAidlService()
|
/test/app_compat/csuite/ |
D | pylintrc | 250 ignored-classes=optparse.Values,thread._local,_thread._local
|