HomeSort by: relevance | last modified time | path
    Searched refs:thread_callback_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h 24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
54 thread_callback_t start_routine_;
msan_thread.cc 10 MsanThread *MsanThread::Create(thread_callback_t start_routine,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 65 static AsanThread *Create(thread_callback_t start_routine, void *arg,
150 thread_callback_t start_routine_;
asan_thread.cc 78 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 276 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef in namespace:__sanitizer

Completed in 12 milliseconds