Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp139 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function
165 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI()
H A Dasan_interceptors.cpp225 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function
277 result = REAL(pthread_create)(thread, attr, asan_thread_start, t); in INTERCEPTOR()