Home
last modified time | relevance | path

Searched refs:start_routine (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_create.c51 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()
Dthr_private.h662 void *(*start_routine)(void *); member
Dthr_kern.c905 pthread_exit(curthread->start_routine(curthread->arg)); in kse_sched_single()
/freebsd-9-stable/lib/libthr/thread/
Dthr_create.c52 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()
Dthr_private.h390 void *(*start_routine)(void *); member
/freebsd-9-stable/contrib/gcc/
Dgthr-posix.c72 void *(*start_routine) (void *) ATTRIBUTE_UNUSED, in pthread_create()