Searched refs:ThreadStart (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_thread.h70 thread_return_t ThreadStart();
H A Dasan_thread.cc88 thread_return_t AsanThread::ThreadStart() { function in class:__asan::AsanThread
95 // ThreadStart() for the worker threads.
H A Dasan_rtl.cc382 // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
388 asanThreadRegistry().GetMain()->ThreadStart();
H A Dasan_interceptors.cc104 return t->ThreadStart();
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc152 ThreadStart(thr, goid2);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h481 void ThreadStart(ThreadState *thr, int tid);
H A Dtsan_rtl.cc199 ThreadStart(thr, tid);
H A Dtsan_rtl_thread.cc140 void ThreadStart(ThreadState *thr, int tid) { function in namespace:__tsan
190 DPrintf("#%d: ThreadStart epoch=%zu stk_addr=%zx stk_size=%zx "
H A Dtsan_interceptors.cc728 ThreadStart(thr, tid);

Completed in 498 milliseconds