Searched refs:start_routine (Results 1 – 6 of 6) sorted by relevance
51 void *(*start_routine) (void *), void *arg);82 void *(*start_routine) (void *), void *arg) in _pthread_create()166 new_thread->start_routine = start_routine; in _pthread_create()193 start_routine, arg); in _pthread_create()337 thread_start(struct pthread *curthread __unused, void *(*start_routine) (void *), in thread_start()341 _pthread_exit(start_routine(arg)); in thread_start()
662 void *(*start_routine)(void *); member
905 pthread_exit(curthread->start_routine(curthread->arg)); in kse_sched_single()
52 void *(*start_routine) (void *), void *arg) in _pthread_create()112 new_thread->start_routine = start_routine; in _pthread_create()284 _pthread_exit(curthread->start_routine(curthread->arg)); in thread_start()
390 void *(*start_routine)(void *); member
72 void *(*start_routine) (void *) ATTRIBUTE_UNUSED, in pthread_create()