Searched refs:start_routine (Results 1 – 5 of 5) sorted by relevance
/nptl/ |
A D | tst-dlsym1.c | 8 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 D | tst-setgroups.c | 36 start_routine (void *args) in start_routine() function 49 pthread_t thread = xpthread_create (NULL, start_routine, NULL); in do_test()
|
A D | pthread_create.c | 428 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 D | DESIGN-systemtap-probes.txt | 11 arg3 = pointer (void *) to start_routine 12 arg4 = arguments to start_routine 15 arg2 = address of start_routine
|
A D | descr.h | 359 void *(*start_routine) (void *); member
|
Completed in 10 milliseconds