Home
last modified time | relevance | path

Searched refs:start_routine_ (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_thread.cc15 thread->start_routine_ = start_routine; in Create()
70 if (!start_routine_) { in ThreadStart()
77 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dmsan_thread.h35 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread()
54 thread_callback_t start_routine_; variable
/external/compiler-rt/lib/asan/
Dasan_thread.cc89 thread->start_routine_ = start_routine; in Create()
242 if (!start_routine_) { in ThreadStart()
250 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dasan_thread.h141 thread_callback_t start_routine_; variable