Searched refs:start_routine_ (Results 1 – 4 of 4) sorted by relevance
15 thread->start_routine_ = start_routine; in Create()70 if (!start_routine_) { in ThreadStart()77 thread_return_t res = start_routine_(arg_); in ThreadStart()
35 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread()54 thread_callback_t start_routine_; variable
89 thread->start_routine_ = start_routine; in Create()242 if (!start_routine_) { in ThreadStart()250 thread_return_t res = start_routine_(arg_); in ThreadStart()
141 thread_callback_t start_routine_; variable