Home
last modified time | relevance | path

Searched refs:ThreadCreate (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBHostOS.h30 static lldb::thread_t ThreadCreate(const char *name,
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.h50 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
H A Dlsan.cc100 u32 tid = ThreadCreate(0, 0, true); in __lsan_init()
H A Dlsan_mac.cc72 u32 tid = ThreadCreate(parent_tid, 0, true); in lsan_register_worker_thread()
H A Dlsan_thread.cc75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() function
H A Dlsan_interceptors.cc397 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, in INTERCEPTOR()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp97 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc214 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
H A Dtsan_rtl_thread.cc232 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function
H A Dtsan_rtl.h767 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
H A Dtsan_rtl.cc398 int tid = ThreadCreate(thr, 0, 0, true); in Initialize()
H A Dtsan_interceptors.cc1012 int tid = ThreadCreate(thr, pc, *(uptr*)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()