Searched refs:start_routine_ (Results 1 – 6 of 6) sorted by relevance
15 thread->start_routine_ = start_routine; in Create()68 if (!start_routine_) { in ThreadStart()83 return start_routine_(arg_); in ThreadStart()
39 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread()61 thread_callback_t start_routine_; variable
15 thread->start_routine_ = start_routine; in Create()70 if (!start_routine_) { in ThreadStart()77 thread_return_t res = start_routine_(arg_); in ThreadStart()
34 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread()60 thread_callback_t start_routine_; variable
80 thread->start_routine_ = start_routine; in Create()145 if (!start_routine_) { in ThreadStart()153 return start_routine_(arg_); in ThreadStart()
105 thread_callback_t start_routine_; variable