Home
last modified time | relevance | path

Searched refs:THREAD_CALLING_CONV (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_internal_defs.h176 # define THREAD_CALLING_CONV __stdcall macro
179 # define THREAD_CALLING_CONV macro
181 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_win.cc80 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
HDasan_interceptors.cc215 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()