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

  /external/compiler-rt/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,
  /external/compiler-rt/lib/asan/
asan_thread.h 60 static AsanThread *Create(thread_callback_t start_routine, void *arg,
141 thread_callback_t start_routine_;
asan_thread.cc 83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef in namespace:__sanitizer

Completed in 856 milliseconds