Searched refs:ThreadCreate (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 30 static lldb::thread_t ThreadCreate(const char *name,
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.h | 50 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
|
| H A D | lsan.cc | 100 u32 tid = ThreadCreate(0, 0, true); in __lsan_init()
|
| H A D | lsan_mac.cc | 72 u32 tid = ThreadCreate(parent_tid, 0, true); in lsan_register_worker_thread()
|
| H A D | lsan_thread.cc | 75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() function
|
| H A D | lsan_interceptors.cc | 397 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, in INTERCEPTOR()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBHostOS.cpp | 97 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_mac.cc | 214 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
|
| H A D | tsan_rtl_thread.cc | 232 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function
|
| H A D | tsan_rtl.h | 767 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
|
| H A D | tsan_rtl.cc | 398 int tid = ThreadCreate(thr, 0, 0, true); in Initialize()
|
| H A D | tsan_interceptors.cc | 1012 int tid = ThreadCreate(thr, pc, *(uptr*)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cc | 216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
|