Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h166 # define THREAD_CALLING_CONV __stdcall macro
169 # define THREAD_CALLING_CONV macro
171 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc140 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {