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

  /external/compiler-rt/lib/asan/
asan_thread.h 74 static AsanThread *Create(u32 parent_tid, thread_callback_t start_routine,
102 thread_callback_t start_routine_;
asan_thread.cc 29 AsanThread *AsanThread::Create(u32 parent_tid, thread_callback_t start_routine,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 159 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef

Completed in 687 milliseconds