Searched refs:StartThread (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.h | 129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
| H A D | sanitizer_thread_registry.cpp | 302 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() function in __sanitizer::ThreadRegistry
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 141 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cpp | 190 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular, in ThreadStartHook()
|
| H A D | asan_mac.cpp | 152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
|
| H A D | asan_thread.cpp | 266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 258 tr->StartThread(tid, os_id, thread_type, &args); in ThreadStart()
|