Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h189 # define THREAD_CALLING_CONV __stdcall macro
192 # define THREAD_CALLING_CONV macro
194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h266 # define THREAD_CALLING_CONV __stdcall macro
269 # define THREAD_CALLING_CONV macro
271 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/external/compiler-rt/lib/asan/
Dasan_win.cc94 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
Dasan_interceptors.cc229 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp134 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
Dasan_interceptors.cpp198 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp149 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()