| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_fuchsia.cpp | 65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread() 96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args); in __sanitizer_before_thread_create_hook()
|
| H A D | lsan_thread.h | 48 u32 ThreadCreate(u32 tid, uptr uid, bool detached, void *arg = nullptr);
|
| H A D | lsan_thread.cpp | 47 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { in ThreadCreate() function
|
| H A D | lsan_posix.cpp | 78 u32 tid = ThreadCreate(kMainTid, 0, true); in InitializeMainThread()
|
| H A D | lsan_mac.cpp | 71 u32 tid = ThreadCreate(parent_tid, 0, true); in lsan_register_worker_thread()
|
| H A D | lsan_interceptors.cpp | 461 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, in INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBHostOS.cpp | 104 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS 107 LLDB_RECORD_DUMMY(lldb::thread_t, SBHostOS, ThreadCreate, in ThreadCreate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBHostOS.i | 34 ThreadCreate (const char *name,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 29 static lldb::thread_t ThreadCreate(const char *name,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 228 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function 427 int tid = ThreadCreate(thr, pc, 0, true); in FiberCreate()
|
| H A D | tsan_platform_mac.cpp | 218 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
|
| H A D | tsan_rtl.h | 748 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
|
| H A D | tsan_rtl.cpp | 443 int tid = ThreadCreate(thr, 0, 0, true); in Initialize()
|
| H A D | tsan_interceptors_posix.cpp | 1019 int tid = ThreadCreate(thr, pc, *(uptr*)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 226 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 29125 result = lldb::SBHostOS::ThreadCreate((char const *)arg1,arg2,arg3,arg4); in _wrap_SBHostOS_ThreadCreate()
|