Home
last modified time | relevance | path

Searched refs:workerthread (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc22 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 Dsanitizer_thread_registry.h48 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 Dlsan_thread.cc80 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 Dlsan_thread.h48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h95 bool workerthread; member
H A Dtsan_rtl_thread.cc243 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 Dtsan_rtl_report.cc205 rt->workerthread = tctx->workerthread; in AddThread()
H A Dtsan_report.cc261 if (rt->workerthread) { in PrintThread()
H A Dtsan_rtl.h768 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread);