Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_thread.h29 thread_return_t ThreadStart();
Dmsan_thread.cc67 thread_return_t MsanThread::ThreadStart() { in ThreadStart() function in __msan::MsanThread
Dmsan.cc420 main_thread->ThreadStart(); in __msan_init()
Dmsan_interceptors.cc1238 return t->ThreadStart(); in MsanThreadStartFunc()
/external/compiler-rt/lib/lsan/
Dlsan_thread.h41 void ThreadStart(u32 tid, uptr os_id);
Dlsan.cc82 ThreadStart(tid, GetTid()); in __lsan_init()
Dlsan_thread.cc85 void ThreadStart(u32 tid, uptr os_id) { in ThreadStart() function
Dlsan_interceptors.cc219 ThreadStart(tid, GetTid()); in __lsan_thread_start_func()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cc138 ThreadStart(thr, tid, GetTid()); in my_pthread_introspection_hook()
Dtsan_rtl_thread.cc244 void ThreadStart(ThreadState *thr, int tid, uptr os_id) { in ThreadStart() function
Dtsan_rtl.h676 void ThreadStart(ThreadState *thr, int tid, uptr os_id);
Dtsan_rtl.cc363 ThreadStart(thr, tid, internal_getpid()); in Initialize()
Dtsan_interceptors.cc941 ThreadStart(thr, tid, GetTid()); in __tsan_thread_start_func()
/external/compiler-rt/lib/asan/
Dasan_thread.h62 thread_return_t ThreadStart(uptr os_id,
Dasan_win.cc83 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr); in asan_thread_start()
Dasan_thread.cc166 thread_return_t AsanThread::ThreadStart( in ThreadStart() function in __asan::AsanThread
Dasan_rtl.cc537 main_thread->ThreadStart(internal_getpid(), in AsanInitInternal()
Dasan_interceptors.cc228 return t->ThreadStart(GetTid(), &param->is_registered); in asan_thread_start()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc153 ThreadStart(thr, goid, 0); in __tsan_go_start()