HomeSort by relevance Sort by last modified time
    Searched refs:ThreadCreate (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.h 50 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
lsan.cc 82 u32 tid = ThreadCreate(0, 0, true);
lsan_thread.cc 85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) {
lsan_interceptors.cc 255 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 117 // need to properly register these threads with ThreadCreate and ThreadStart.
140 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true);
tsan_rtl_thread.cc 221 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
227 DPrintf("#%d: ThreadCreate tid=%d uid=%zu\n", parent_tid, tid, uid);
tsan_rtl.cc 365 int tid = ThreadCreate(thr, 0, 0, true);
tsan_rtl.h 708 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
tsan_interceptors.cc 936 int tid = ThreadCreate(thr, pc, *(uptr*)th,
940 // 1. ThreadCreate must finish before the new thread starts.
942 // identifier is not yet registered in ThreadRegistry by ThreadCreate.
    [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 216 int goid = ThreadCreate(parent, (uptr)pc, 0, true);

Completed in 395 milliseconds