Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-dlsym1.c9 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 Dpthread-l4.h35 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 Dpthread_create.c295 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 DpthreadP.h363 void *(*start_routine) (void *), void *arg);
366 void *(*start_routine) (void *), void *arg);
A Ddescr.h340 void *(*start_routine) (void *); member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dmanager.c105 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 Dinternals.h57 void * (*start_routine)(void *); /* function to run */ member
A Dpthread.c644 void * (*start_routine)(void *), void *arg) in pthread_create()
654 request.req_args.create.fn = start_routine; in pthread_create()
A Dlinuxthreads.texi45 …(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 Dmanager.cc103 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 Dl4.cc216 if (thread->p_start_args.start_routine) in pthread_l4_start()
222 thread->p_start_args.start_routine = func; in pthread_l4_start()
A Ddescr.h34 void *(*start_routine)(void *); /* function to run */ member
A Dpthread.c900 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 Dtd_thr_get_info.c76 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 Dtd_thr_get_info.c76 infop->ti_startfunc = pds.p_start_args.start_routine; in td_thr_get_info()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dmanager.c100 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 Ddescr.h52 void *(*start_routine)(void *); /* function to run */ member
A Dpthread.c822 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 Dtd_thr_get_info.c90 start_routine, 0); in td_thr_get_info()
A Dstructs.def29 DB_STRUCT_FIELD (pthread, start_routine)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/
A Dtls.h357 : "i" (offsetof (struct pthread, start_routine)), \
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/x86_64/
A Dtls.h373 : "i" (offsetof (struct pthread, start_routine)), \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/
A Dtls.h436 : "i" (offsetof (struct pthread, start_routine)), \
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/
A Dtls.h464 : "i" (offsetof (struct pthread, start_routine)), \

Completed in 43 milliseconds