Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h300 # define THREAD_CALLING_CONV __stdcall macro
303 # define THREAD_CALLING_CONV macro
305 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/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()
H A Dasan_interceptors.cpp225 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp124 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()