Searched refs:start_routine (Results 1 – 9 of 9) sorted by relevance
| /trueos/lib/libkse/thread/ |
| HD | thr_create.c | 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()
|
| HD | thr_private.h | 662 void *(*start_routine)(void *); member
|
| HD | thr_kern.c | 905 pthread_exit(curthread->start_routine(curthread->arg)); in kse_sched_single()
|
| /trueos/lib/libthr/thread/ |
| HD | thr_create.c | 53 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()
|
| HD | thr_private.h | 392 void *(*start_routine)(void *); member
|
| /trueos/contrib/jemalloc/src/ |
| HD | mutex.c | 53 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/ |
| HD | gthr-posix.c | 72 void *(*start_routine) (void *) ATTRIBUTE_UNUSED, in pthread_create()
|
| /trueos/contrib/unbound/ |
| HD | ax_pthread.m4 | 209 static void *start_routine(void *a) { return a; }], 211 pthread_create(&th, 0, start_routine, 0);
|
| HD | configure | 15455 static void *start_routine(void *a) { return a; } 15460 pthread_create(&th, 0, start_routine, 0);
|