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

/openbsd-current/gnu/llvm/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.cpp196 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
226 result = REAL(pthread_create)(thread, attr, asan_thread_start, t);

Completed in 147 milliseconds