HomeSort by: relevance | last modified time | path
    Searched defs:THREAD_CALLING_CONV (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 271 # define THREAD_CALLING_CONV __stdcall
274 # define THREAD_CALLING_CONV
276 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 289 # define THREAD_CALLING_CONV __stdcall
292 # define THREAD_CALLING_CONV
294 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 286 # define THREAD_CALLING_CONV __stdcall
289 # define THREAD_CALLING_CONV
291 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);

Completed in 86 milliseconds