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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 154 # define THREAD_CALLING_CONV __stdcall
157 # define THREAD_CALLING_CONV
159 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 116 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {

Completed in 41 milliseconds