Home
last modified time | relevance | path

Searched defs:workerthread (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h48 bool workerthread; variable
H A Dsanitizer_thread_registry.cc306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, in StartThread()
/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()
/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()