Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_thread.cc85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc221 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() function
/external/rust/crates/libc/src/unix/nto/
Dneutrino.rs1012 pub fn ThreadCreate( in ThreadCreate() function