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 63 # define THREAD_CALLING_CONV __stdcall
66 # define THREAD_CALLING_CONV
68 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 101 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {

Completed in 82 milliseconds