Searched refs:start_routine (Results 1 – 3 of 3) sorted by relevance
347 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()363 void* (*start_routine)(void*), void* arg) { in pthread_create()393 thread->start_routine = start_routine; in pthread_create()434 thread->start_routine = __do_nothing; in pthread_create()
101 void* (*start_routine)(void*); variable
587 static int CloneStartRoutine(int (*start_routine)(void*)) { in CloneStartRoutine()589 return clone(start_routine, untag_address(&child_stack[1024]), SIGCHLD, nullptr); in CloneStartRoutine()