Searched refs:start_routine_ (Results 1 – 2 of 2) sorted by relevance
33 thread->start_routine_ = start_routine; in Create()92 if (!start_routine_) { in ThreadStart()100 thread_return_t res = start_routine_(arg_); in ThreadStart()
93 thread_callback_t start_routine_; variable