Searched defs:asan_thread_start (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc116 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
129 return REAL(pthread_create)(thread, attr, asan_thread_start, t);
668 asan_thread_start, t, flags, tid);

Completed in 71 milliseconds