Searched refs:workerthread (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 22 detached(false), workerthread(false), parent_tid(0), next(0) { in ThreadContextBase() 78 workerthread = _workerthread; in SetStarted() 306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, in StartThread() argument 314 tctx->SetStarted(os_id, workerthread, arg); in StartThread()
|
| H A D | sanitizer_thread_registry.h | 48 bool workerthread; variable 124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cc | 80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { in ThreadStart() argument 90 thread_registry->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
|
| H A D | lsan_thread.h | 48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.h | 95 bool workerthread; member
|
| H A D | tsan_rtl_thread.cc | 243 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { in ThreadStart() argument 261 tr->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
|
| H A D | tsan_rtl_report.cc | 205 rt->workerthread = tctx->workerthread; in AddThread()
|
| H A D | tsan_report.cc | 261 if (rt->workerthread) { in PrintThread()
|
| H A D | tsan_rtl.h | 768 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread);
|