Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_fuchsia.cpp65 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()
Dlsan_thread.h48 u32 ThreadCreate(u32 tid, uptr uid, bool detached, void *arg = nullptr);
Dlsan_thread.cpp50 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { in ThreadCreate() function
Dlsan_posix.cpp78 u32 tid = ThreadCreate(0, 0, true); in InitializeMainThread()
Dlsan_mac.cpp71 u32 tid = ThreadCreate(parent_tid, 0, true); in lsan_register_worker_thread()
Dlsan_interceptors.cpp461 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, in INTERCEPTOR()
/external/llvm-project/lldb/source/API/
DSBHostOS.cpp104 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS
107 LLDB_RECORD_DUMMY(lldb::thread_t, SBHostOS, ThreadCreate, in ThreadCreate()
/external/llvm-project/lldb/bindings/interface/
DSBHostOS.i31 ThreadCreate (const char *name,
/external/llvm-project/lldb/include/lldb/API/
DSBHostOS.h29 static lldb::thread_t ThreadCreate(const char *name,
/external/compiler-rt/lib/lsan/
Dlsan_thread.h50 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
Dlsan.cc82 u32 tid = ThreadCreate(0, 0, true); in __lsan_init()
Dlsan_thread.cc85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() function
Dlsan_interceptors.cc255 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached); in INTERCEPTOR()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cc140 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
Dtsan_rtl_thread.cc221 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function
Dtsan_rtl.h708 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
Dtsan_rtl.cc365 int tid = ThreadCreate(thr, 0, 0, true); in Initialize()
Dtsan_interceptors.cc936 int tid = ThreadCreate(thr, pc, *(uptr*)th, in TSAN_INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp234 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function
438 int tid = ThreadCreate(thr, pc, 0, true); in FiberCreate()
Dtsan_platform_mac.cpp218 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in my_pthread_introspection_hook()
Dtsan_rtl.h774 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
Dtsan_rtl.cpp409 int tid = ThreadCreate(thr, 0, 0, true); in Initialize()
Dtsan_interceptors_posix.cpp1006 int tid = ThreadCreate(thr, pc, *(uptr*)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
/external/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp226 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()