/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-dlsym1.c | 9 start_routine (void *args) in start_routine() function 29 if (pthread_create (&tid1, NULL, start_routine, addrs1) != 0) in do_test() 34 if (pthread_create (&tid2, NULL, start_routine, addrs2) != 0) in do_test() 39 if (pthread_create (&tid3, NULL, start_routine, addrs3) != 0) in do_test()
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread-l4.h | 35 inline int start(pthread_t thread, void *(*start_routine)(void *), void *arg) in start() 36 { return pthread_l4_start(thread, start_routine, arg); } in start()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_create.c | 295 THREAD_SETMEM (pd, result, pd->start_routine (pd->arg)); in start_thread() 434 void *(*start_routine) (void *), in __pthread_create_2_1() 468 pd->start_routine = start_routine; in __pthread_create_2_1()
|
A D | pthreadP.h | 363 void *(*start_routine) (void *), void *arg); 366 void *(*start_routine) (void *), void *arg);
|
A D | descr.h | 340 void *(*start_routine) (void *); member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | manager.c | 105 void * (*start_routine)(void *), void *arg, 312 outcome = self->p_start_args.start_routine(THREAD_GETMEM(self, in pthread_start_thread() 473 void * (*start_routine)(void *), void *arg, in pthread_handle_create() 560 new_thread->p_start_args.start_routine = start_routine; in pthread_handle_create()
|
A D | internals.h | 57 void * (*start_routine)(void *); /* function to run */ member
|
A D | pthread.c | 644 void * (*start_routine)(void *), void *arg) in pthread_create() 654 request.req_args.create.fn = start_routine; in pthread_create()
|
A D | linuxthreads.texi | 45 …(pthread_t * @var{thread}, pthread_attr_t * @var{attr}, void * (*@var{start_routine})(void *), voi… 48 function @var{start_routine}, passing it @var{arg} as first argument. The 50 or implicitly, by returning from the @var{start_routine} function. The 52 returned by @var{start_routine} as exit code.
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | manager.cc | 103 void * (*start_routine)(void *), void *arg); 332 outcome = self->p_start_args.start_routine(THREAD_GETMEM(self, in pthread_start_thread() 583 if (thread->p_start_args.start_routine in __pthread_mgr_create_thread() 667 void * (*start_routine)(void *), void *arg) in pthread_handle_create() 797 new_thread->p_start_args.start_routine = start_routine; in pthread_handle_create()
|
A D | l4.cc | 216 if (thread->p_start_args.start_routine) in pthread_l4_start() 222 thread->p_start_args.start_routine = func; in pthread_l4_start()
|
A D | descr.h | 34 void *(*start_routine)(void *); /* function to run */ member
|
A D | pthread.c | 900 void * (*start_routine)(void *), void *arg) in __pthread_create() 912 request.req_args.create.fn = start_routine; in __pthread_create()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/ |
A D | td_thr_get_info.c | 76 infop->ti_startfunc = pds.p_start_args.start_routine; in td_thr_get_info()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_thr_get_info.c | 76 infop->ti_startfunc = pds.p_start_args.start_routine; in td_thr_get_info()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | manager.c | 100 void * (*start_routine)(void *), void *arg, 309 outcome = self->p_start_args.start_routine(THREAD_GETMEM(self, in pthread_start_thread() 584 void * (*start_routine)(void *), void *arg, in pthread_handle_create() 707 new_thread->p_start_args.start_routine = start_routine; in pthread_handle_create()
|
A D | descr.h | 52 void *(*start_routine)(void *); /* function to run */ member
|
A D | pthread.c | 822 void * (*start_routine)(void *), void *arg) in __pthread_create() 833 request.req_args.create.fn = start_routine; in __pthread_create()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_thr_get_info.c | 90 start_routine, 0); in td_thr_get_info()
|
A D | structs.def | 29 DB_STRUCT_FIELD (pthread, start_routine)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/ |
A D | tls.h | 357 : "i" (offsetof (struct pthread, start_routine)), \
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/x86_64/ |
A D | tls.h | 373 : "i" (offsetof (struct pthread, start_routine)), \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/ |
A D | tls.h | 436 : "i" (offsetof (struct pthread, start_routine)), \
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/ |
A D | tls.h | 464 : "i" (offsetof (struct pthread, start_routine)), \
|