Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.cc33 thread->start_routine_ = start_routine; in Create()
92 if (!start_routine_) { in ThreadStart()
100 thread_return_t res = start_routine_(arg_); in ThreadStart()
Dasan_thread.h93 thread_callback_t start_routine_; variable