HomeSort by: relevance | last modified time | path
    Searched refs:ThreadCreate (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.h 50 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
lsan.cc 100 u32 tid = ThreadCreate(0, 0, true);
lsan_mac.cc 72 u32 tid = ThreadCreate(parent_tid, 0, true);
lsan_thread.cc 75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) {
lsan_interceptors.cc 397 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th,
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 191 // need to properly register these threads with ThreadCreate and ThreadStart.
214 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true);
tsan_rtl_thread.cc 232 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
238 DPrintf("#%d: ThreadCreate tid=%d uid=%zu\n", parent_tid, tid, uid);
tsan_rtl.cc 398 int tid = ThreadCreate(thr, 0, 0, true);
tsan_rtl.h 767 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
tsan_interceptors.cc 1017 int tid = ThreadCreate(thr, pc, *(uptr*)th, IsStateDetached(detached));
1020 // 1. ThreadCreate must finish before the new thread starts.
1022 // identifier is not yet registered in ThreadRegistry by ThreadCreate.
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 216 int goid = ThreadCreate(parent, (uptr)pc, 0, true);

Completed in 20 milliseconds