Searched refs:WorkerThread (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | RootAutoDetector.cpp | 41 &WorkerThread, nullptr, in start() 87 void RootAutoDetector::join() { pthread_join(WorkerThread, nullptr); } in join()
|
| H A D | RootAutoDetector.h | 62 pthread_t WorkerThread; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 303 void WorkerThread(JobQueue *FuzzQ, JobQueue *MergeQ) { in WorkerThread() function 380 Threads.push_back(std::thread(WorkerThread, &FuzzQ, &MergeQ)); in FuzzWithFork()
|
| H A D | FuzzerDriver.cpp | 231 static void WorkerThread(const Command &BaseCmd, std::atomic<unsigned> *Counter, in WorkerThread() function 300 V[i] = std::thread(WorkerThread, std::ref(Cmd), &Counter, NumJobs, in RunInMultipleProcesses()
|