Home
last modified time | relevance | path

Searched refs:ThreadStart (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnThreadMgrStd.h41 bool ThreadStart(T &vrwObject);
80 template <typename T> bool CMICmnThreadMgrStd::ThreadStart(T &vrwThreadObj) { in ThreadStart() function
H A DMIDriver.cpp513 if (bOk && !rThreadMgr.ThreadStart<CMICmnLLDBDebugger>(m_rLldbDebugger)) { in StartWorkerThreads()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.h29 thread_return_t ThreadStart();
H A Dmsan_thread.cc67 thread_return_t MsanThread::ThreadStart() { in ThreadStart() function in __msan::MsanThread
H A Dmsan.cc451 main_thread->ThreadStart(); in __msan_init()
H A Dmsan_interceptors.cc1023 return t->ThreadStart(); in MsanThreadStartFunc()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.h48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
H A Dlsan.cc102 ThreadStart(tid, GetTid()); in __lsan_init()
H A Dlsan_mac.cc73 ThreadStart(tid, GetTid()); in lsan_register_worker_thread()
H A Dlsan_thread.cc80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { in ThreadStart() function
H A Dlsan_interceptors.cc366 ThreadStart(tid, GetTid()); in __lsan_thread_start_func()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.h73 thread_return_t ThreadStart(tid_t os_id,
H A Dasan_thread.cc246 thread_return_t AsanThread::ThreadStart( in ThreadStart() function in __asan::AsanThread
282 main_thread->ThreadStart(internal_getpid(), in CreateMainThread()
H A Dasan_win.cc136 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr); in asan_thread_start()
H A Dasan_interceptors.cc201 return t->ThreadStart(GetTid(), &param->is_registered); in asan_thread_start()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc216 ThreadStart(thr, tid, GetTid(), /*workerthread*/ true); in my_pthread_introspection_hook()
H A Dtsan_rtl_thread.cc243 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { in ThreadStart() function
H A Dtsan_rtl.h768 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread);
H A Dtsan_rtl.cc400 ThreadStart(thr, tid, GetTid(), /*workerthread*/ false); in Initialize()
H A Dtsan_interceptors.cc962 ThreadStart(thr, tid, GetTid(), /*workerthread*/ false); in __tsan_thread_start_func()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc217 ThreadStart(thr, goid, 0, /*workerthread*/ false); in __tsan_go_start()