Searched refs:asan_thread_start (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp134 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t,
H A Dasan_interceptors.cpp198 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
230 result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);

Completed in 76 milliseconds