Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h283 # define THREAD_CALLING_CONV __stdcall macro
286 # define THREAD_CALLING_CONV macro
288 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win.cpp134 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
H A Dasan_interceptors.cpp196 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp147 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()