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

/external/compiler-rt/lib/asan/
H A Dasan_win.cc80 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
101 asan_thread_start, t, thr_flags, tid);
H A Dasan_interceptors.cc221 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
245 int result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);

Completed in 427 milliseconds