Home
last modified time | relevance | path

Searched refs:asan_thread_start (Results 1 – 4 of 4) 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()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp134 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function
153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI()
Dasan_interceptors.cpp198 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function
230 result = REAL(pthread_create)(thread, attr, asan_thread_start, &param); in INTERCEPTOR()