Home
last modified time | relevance | path

Searched defs:ThreadCreate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp47 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp100 lldb::thread_t SBHostOS::ThreadCreate(const char *name, in ThreadCreate() function in SBHostOS
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp119 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function