HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_CALLING_CONV (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 189 # define THREAD_CALLING_CONV __stdcall
192 # define THREAD_CALLING_CONV
194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
  /external/compiler-rt/lib/asan/
asan_win.cc 94 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
asan_interceptors.cc 229 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {

Completed in 92 milliseconds