Home
last modified time | relevance | path

Searched refs:StartThread (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
H A Dsanitizer_thread_registry.cc306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, in StartThread() function in __sanitizer::ThreadRegistry
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.cc90 thread_registry->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_fuchsia.cc182 asanThreadRegistry().StartThread(thread->tid(), os_id, /*workerthread*/ false, in ThreadStartHook()
H A Dasan_rtems.cc187 asanThreadRegistry().StartThread(thread->tid(), os_id, in ThreadStartHook()
H A Dasan_mac.cc185 asanThreadRegistry().StartThread(t->tid(), GetTid(), in asan_register_worker_thread()
H A Dasan_thread.cc249 asanThreadRegistry().StartThread(tid(), os_id, /*workerthread*/ false, in ThreadStart()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc261 tr->StartThread(tid, os_id, workerthread, &args); in ThreadStart()