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

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

Completed in 42 milliseconds