Searched refs:child_function (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dnext-bp-other-thread.c26 child_function (void *arg) function
42 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dstep-over-lands-on-breakpoint.c28 child_function (void *arg) function
54 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dstep-over-trips-on-watchpoint.c30 child_function (void *arg) function
56 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dinterrupt-while-step-over.c42 child_function (void *arg) function
68 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
H A Dnon-stop-fair-events.c55 child_function (void *arg) function
83 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
H A Dprocess-dies-while-detaching.c55 child_function (void) function
126 child_function ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfo-program.c28 child_function (void *arg) function
55 res = pthread_create (&child_thread, NULL, child_function, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dnext-bp-other-thread.c28 child_function (void *arg) function
48 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dstep-over-lands-on-breakpoint.c28 child_function (void *arg) function
54 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dstep-over-trips-on-watchpoint.c30 child_function (void *arg) function
56 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dinterrupt-while-step-over.c42 child_function (void *arg) function
68 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
H A Dnon-stop-fair-events.c55 child_function (void *arg) function
83 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
H A Dprocess-dies-while-detaching.c55 child_function (void) function
126 child_function ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dwatchpoint-multi-exit.c36 child_function (void) function
63 child_function ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Duser-selected-context-sync.c37 child_function (void *args) function
59 pthread_create (&threads[i], NULL, child_function, NULL);
H A Dmi-cmd-user-context.c41 child_function (void *args) function
60 pthread_create (&threads[i], NULL, child_function, (void *) (uintptr_t) i);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Duser-selected-context-sync.c37 child_function (void *args) function
59 pthread_create (&threads[i], NULL, child_function, NULL);
H A Dmi-cmd-user-context.c41 child_function (void *args) function
60 pthread_create (&threads[i], NULL, child_function, (void *) (uintptr_t) i);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dwatchpoint-multi-exit.c36 child_function (void) function
63 child_function ();

Completed in 307 milliseconds