HomeSort by relevance Sort by last modified time
    Searched full:start_routine_ (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/msan/
msan_thread.cc 15 thread->start_routine_ = start_routine;
69 if (!start_routine_) {
70 // start_routine_ == 0 if we're on the main thread or on one of the
76 thread_return_t res = IndirectExternCall(start_routine_)(arg_);
msan_thread.h 35 bool IsMainThread() { return start_routine_ == 0; }
54 thread_callback_t start_routine_; member in class:__msan::MsanThread
  /external/compiler-rt/lib/asan/
asan_thread.cc 83 thread->start_routine_ = start_routine;
163 if (!start_routine_) {
164 // start_routine_ == 0 if we're on the main thread or on one of the
171 thread_return_t res = start_routine_(arg_);
asan_thread.h 117 thread_callback_t start_routine_; member in class:__asan::AsanThread
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libasan.a     [all...]

Completed in 347 milliseconds