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

  /external/compiler-rt/lib/asan/
asan_thread.h 73 thread_return_t ThreadStart();
asan_thread.cc 83 thread_return_t AsanThread::ThreadStart() {
90 // ThreadStart() for the worker threads.
asan_rtl.cc 535 // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
541 asanThreadRegistry().GetMain()->ThreadStart();
asan_interceptors.cc 327 return t->ThreadStart();

Completed in 5315 milliseconds