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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 270 typedef DWORD thread_return_t; typedef in namespace:__sanitizer
273 typedef void* thread_return_t; typedef in namespace:__sanitizer
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 288 typedef DWORD thread_return_t; typedef in namespace:__sanitizer
291 typedef void* thread_return_t; typedef in namespace:__sanitizer
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 285 typedef DWORD thread_return_t; typedef in namespace:__sanitizer
288 typedef void* thread_return_t; typedef in namespace:__sanitizer
291 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);

Completed in 22 milliseconds