Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp65 u32 tid = ThreadCreate(kMainTid, true, &args); in InitializeMainThread()
102 u32 tid = ThreadCreate(parent_tid, detached, &args); in __sanitizer_before_thread_create_hook()
H A Dlsan_thread.h50 u32 ThreadCreate(u32 tid, bool detached, void *arg = nullptr);
H A Dlsan_thread.cpp47 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate() function
H A Dlsan_posix.cpp79 u32 tid = ThreadCreate(kMainTid, true); in InitializeMainThread()
H A Dlsan_mac.cpp71 u32 tid = ThreadCreate(parent_tid, true); in lsan_register_worker_thread()
H A Dlsan_interceptors.cpp471 int tid = ThreadCreate(GetCurrentThread(), IsStateDetached(detached)); in INTERCEPTOR()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBHostOS.i34 ThreadCreate (const char *name,
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBHostOS.h29 static lldb::thread_t ThreadCreate(const char *name,
/openbsd/gnu/llvm/lldb/source/API/
H A DSBHostOS.cpp100 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp116 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 Dtsan_platform_mac.cpp211 Tid tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); in ThreadCreateCallback()
H A Dtsan_rtl.h558 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
H A Dtsan_rtl.cpp729 Tid tid = ThreadCreate(nullptr, 0, 0, true); in Initialize()
H A Dtsan_interceptors_posix.cpp1087 p.tid = ThreadCreate(thr, pc, *(uptr *)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp223 Tid goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp40 Tid tid = ThreadCreate(cur_thread(), 0, 0, true); in ThreadArray()