Searched refs:StartThread (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
|
| H A D | sanitizer_thread_registry.cc | 306 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 D | lsan_thread.cc | 90 thread_registry->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cc | 182 asanThreadRegistry().StartThread(thread->tid(), os_id, /*workerthread*/ false, in ThreadStartHook()
|
| H A D | asan_rtems.cc | 187 asanThreadRegistry().StartThread(thread->tid(), os_id, in ThreadStartHook()
|
| H A D | asan_mac.cc | 185 asanThreadRegistry().StartThread(t->tid(), GetTid(), in asan_register_worker_thread()
|
| H A D | asan_thread.cc | 249 asanThreadRegistry().StartThread(tid(), os_id, /*workerthread*/ false, in ThreadStart()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cc | 261 tr->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
|