Home
last modified time | relevance | path

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

/nptl/
A Dtst-dlsym1.c8 start_routine (void *args) in start_routine() function
28 if (pthread_create (&tid1, NULL, start_routine, addrs1) != 0) in do_test()
33 if (pthread_create (&tid2, NULL, start_routine, addrs2) != 0) in do_test()
38 if (pthread_create (&tid3, NULL, start_routine, addrs3) != 0) in do_test()
A Dtst-setgroups.c36 start_routine (void *args) in start_routine() function
49 pthread_t thread = xpthread_create (NULL, start_routine, NULL); in do_test()
A Dpthread_create.c428 LIBC_PROBE (pthread_start, 3, (pthread_t) pd, pd->start_routine, pd->arg); in start_thread()
438 int (*start)(void*) = (int (*) (void*)) pd->start_routine; in start_thread()
442 ret = pd->start_routine (pd->arg); in start_thread()
620 void *(*start_routine) (void *), void *arg) in __pthread_create_2_1()
675 pd->start_routine = start_routine; in __pthread_create_2_1()
749 LIBC_PROBE (pthread_create, 4, newthread, attr, start_routine, arg); in __pthread_create_2_1()
907 void *(*start_routine) (void *), void *arg) in __pthread_create_2_0()
935 return __pthread_create_2_1 (newthread, attr, start_routine, arg); in __pthread_create_2_0()
A DDESIGN-systemtap-probes.txt11 arg3 = pointer (void *) to start_routine
12 arg4 = arguments to start_routine
15 arg2 = address of start_routine
A Ddescr.h359 void *(*start_routine) (void *); member

Completed in 10 milliseconds