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

/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc167 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
189 return REAL(pthread_create)(thread, attr, asan_thread_start, t);
725 asan_thread_start, t, thr_flags, tid);

Completed in 117 milliseconds