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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc133 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
154 asan_thread_start, t, thr_flags, tid);
H A Dasan_interceptors.cc194 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
226 result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc131 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
152 asan_thread_start, t, thr_flags, tid);
H A Dasan_interceptors.cc197 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
229 result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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.cpp195 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
225 result = REAL(pthread_create)(thread, attr, asan_thread_start, t);

Completed in 204 milliseconds