Searched refs:asan_thread_start (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 94 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()
|
D | asan_interceptors.cc | 229 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, ¶m); in INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_win.cpp | 134 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()
|
D | asan_interceptors.cpp | 198 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, ¶m); in INTERCEPTOR()
|