Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_internal_defs.h297 # define THREAD_CALLING_CONV __stdcall macro
300 # define THREAD_CALLING_CONV macro
302 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_win.cpp139 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
HDasan_interceptors.cpp225 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_interceptors.cpp124 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()