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

  /external/compiler-rt/lib/msan/
msan_thread.cc 67 thread_return_t MsanThread::ThreadStart() {
77 thread_return_t res = start_routine_(arg_);
msan_thread.h 29 thread_return_t ThreadStart();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 188 typedef DWORD thread_return_t; typedef in namespace:__sanitizer
191 typedef void* thread_return_t; typedef in namespace:__sanitizer
194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
  /external/compiler-rt/lib/asan/
asan_thread.h 66 thread_return_t ThreadStart(uptr os_id,
asan_thread.cc 233 thread_return_t AsanThread::ThreadStart(
250 thread_return_t res = start_routine_(arg_);
asan_win.cc 94 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
asan_interceptors.cc 229 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {

Completed in 334 milliseconds