Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_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()
HDthr_private.h662 void *(*start_routine)(void *); member
HDthr_kern.c905 pthread_exit(curthread->start_routine(curthread->arg)); in kse_sched_single()
/trueos/lib/libthr/thread/
HDthr_create.c53 void *(*start_routine) (void *), void *arg) in _pthread_create()
116 new_thread->start_routine = start_routine; in _pthread_create()
288 _pthread_exit(curthread->start_routine(curthread->arg)); in thread_start()
HDthr_private.h392 void *(*start_routine)(void *); member
/trueos/contrib/jemalloc/src/
HDmutex.c53 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create()
60 return (pthread_create_fptr(thread, attr, start_routine, arg)); in pthread_create()
/trueos/contrib/gcc/
HDgthr-posix.c72 void *(*start_routine) (void *) ATTRIBUTE_UNUSED, in pthread_create()
/trueos/contrib/unbound/
HDax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
HDconfigure15455 static void *start_routine(void *a) { return a; }
15460 pthread_create(&th, 0, start_routine, 0);