Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_win.cc94 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function
115 asan_thread_start, t, thr_flags, tid); in INTERCEPTOR_WINAPI()
Dasan_interceptors.cc229 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function
261 result = REAL(pthread_create)(thread, attr, asan_thread_start, &param); in INTERCEPTOR()