Searched refs:ThreadCreate (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_fuchsia.cpp | 66 u32 tid = ThreadCreate(kMainTid, true, &args); in InitializeMainThread() 104 u32 tid = ThreadCreate(parent_tid, detached, &args); in __sanitizer_before_thread_create_hook()
|
H A D | lsan_thread.h | 53 u32 ThreadCreate(u32 tid, bool detached, void *arg = nullptr);
|
H A D | lsan_thread.cpp | 64 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate() function
|
H A D | lsan_posix.cpp | 82 u32 tid = ThreadCreate(kMainTid, true); in InitializeMainThread()
|
H A D | lsan_mac.cpp | 71 u32 tid = ThreadCreate(parent_tid, true); in lsan_register_worker_thread()
|
H A D | lsan_interceptors.cpp | 421 uptr tid = ThreadCreate(parent_tid, Detached); in ThreadStartFunc()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBHostOS.h | 33 static lldb::thread_t ThreadCreate(const char *name,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBHostOS.cpp | 100 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function 344 Tid tid = ThreadCreate(thr, pc, 0, true); in FiberCreate()
|
H A D | tsan_platform_mac.cpp | 211 Tid tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in ThreadCreateCallback()
|
H A D | tsan_rtl.h | 558 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
|
H A D | tsan_rtl.cpp | 730 Tid tid = ThreadCreate(nullptr, 0, 0, true); in Initialize()
|
H A D | tsan_interceptors_posix.cpp | 1062 p.tid = ThreadCreate(thr, pc, *(uptr *)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cpp | 223 Tid goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 33019 result = lldb::SBHostOS::ThreadCreate((char const *)arg1,arg2,arg3,arg4); in _wrap_SBHostOS_ThreadCreate()
|