Searched refs:start_routine_ (Results 1 – 4 of 4) sorted by relevance
15 thread->start_routine_ = start_routine; in Create()69 if (!start_routine_) { in ThreadStart()76 thread_return_t res = IndirectExternCall(start_routine_)(arg_); in ThreadStart()
35 bool IsMainThread() { return start_routine_ == 0; } in IsMainThread()54 thread_callback_t start_routine_; variable
83 thread->start_routine_ = start_routine; in Create()163 if (!start_routine_) { in ThreadStart()171 thread_return_t res = start_routine_(arg_); in ThreadStart()
117 thread_callback_t start_routine_; variable