Searched refs:child_thread (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dtids.c21 pthread_t child_thread[2]; variable
35 pthread_create (&child_thread[1], NULL, thread_function2, NULL);
50 pthread_create (&child_thread[0], NULL, thread_function1, NULL);
53 pthread_join (child_thread[i], NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dtids.c21 pthread_t child_thread[2]; variable
35 pthread_create (&child_thread[1], NULL, thread_function2, NULL);
50 pthread_create (&child_thread[0], NULL, thread_function1, NULL);
53 pthread_join (child_thread[i], NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dsignal-command-handle-nopass.c41 pthread_t child_thread; local
45 pthread_create (&child_thread, NULL, thread_function, NULL);
46 pthread_join (child_thread, NULL);
H A Dsignal-sigtrap.c37 pthread_t child_thread; local
41 pthread_create (&child_thread, NULL, thread_function, NULL);
43 pthread_join (child_thread, NULL);
H A Dstep-over-lands-on-breakpoint.c23 pthread_t child_thread; variable
54 res = pthread_create (&child_thread, NULL, child_function, NULL);
65 pthread_join (child_thread, NULL);
H A Dsignal-delivered-right-thread.c43 pthread_t child_thread[2]; local
51 pthread_create (&child_thread[i], NULL, thread_function, NULL);
55 pthread_kill (child_thread[0], SIGUSR1);
58 pthread_join (child_thread[i], NULL);
H A Dnext-bp-other-thread.c39 pthread_t child_thread; local
42 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dbreak-while-running.c84 pthread_t child_thread[2]; local
89 res = pthread_create (&child_thread[0], NULL, child_function_0, NULL);
91 res = pthread_create (&child_thread[1], NULL, child_function_1, NULL);
97 pthread_join (child_thread[0], NULL);
98 pthread_join (child_thread[1], NULL);
H A Dsignal-command-multiple-signals-pending.c73 pthread_t child_thread[2]; local
82 pthread_create (&child_thread[i], NULL, thread_function, NULL);
89 pthread_kill (child_thread[0], SIGUSR1);
90 pthread_kill (child_thread[1], SIGUSR2);
95 pthread_join (child_thread[i], NULL);
H A Dstep-over-trips-on-watchpoint.c23 pthread_t child_thread; variable
56 res = pthread_create (&child_thread, NULL, child_function, NULL);
67 pthread_join (child_thread, NULL);
H A Dsigthread.c32 pthread_t child_thread, child_thread_two; variable
42 pthread_kill (child_thread, SIGUSR1);
66 pthread_create (&child_thread, NULL, thread_function, NULL);
74 pthread_join (child_thread, NULL);
H A Dinterrupt-while-step-over.c25 static pthread_t child_thread[NUM_THREADS]; variable
68 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
H A Dnon-stop-fair-events.c31 pthread_t child_thread[NUM_THREADS]; variable
83 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dsignal-sigtrap.c37 pthread_t child_thread; local
41 pthread_create (&child_thread, NULL, thread_function, NULL);
43 pthread_join (child_thread, NULL);
H A Dsignal-command-handle-nopass.c41 pthread_t child_thread; local
45 pthread_create (&child_thread, NULL, thread_function, NULL);
46 pthread_join (child_thread, NULL);
H A Dstep-over-lands-on-breakpoint.c23 pthread_t child_thread; variable
54 res = pthread_create (&child_thread, NULL, child_function, NULL);
65 pthread_join (child_thread, NULL);
H A Dsignal-delivered-right-thread.c43 pthread_t child_thread[2]; local
51 pthread_create (&child_thread[i], NULL, thread_function, NULL);
55 pthread_kill (child_thread[0], SIGUSR1);
58 pthread_join (child_thread[i], NULL);
H A Dnext-bp-other-thread.c39 pthread_t child_thread; local
42 res = pthread_create (&child_thread, NULL, child_function, NULL);
H A Dsignal-command-multiple-signals-pending.c73 pthread_t child_thread[2]; local
82 pthread_create (&child_thread[i], NULL, thread_function, NULL);
89 pthread_kill (child_thread[0], SIGUSR1);
90 pthread_kill (child_thread[1], SIGUSR2);
95 pthread_join (child_thread[i], NULL);
H A Dbreak-while-running.c84 pthread_t child_thread[2]; local
89 res = pthread_create (&child_thread[0], NULL, child_function_0, NULL);
91 res = pthread_create (&child_thread[1], NULL, child_function_1, NULL);
97 pthread_join (child_thread[0], NULL);
98 pthread_join (child_thread[1], NULL);
H A Dstep-over-trips-on-watchpoint.c23 pthread_t child_thread; variable
56 res = pthread_create (&child_thread, NULL, child_function, NULL);
67 pthread_join (child_thread, NULL);
H A Dsigthread.c32 pthread_t child_thread, child_thread_two; variable
42 pthread_kill (child_thread, SIGUSR1);
66 pthread_create (&child_thread, NULL, thread_function, NULL);
74 pthread_join (child_thread, NULL);
H A Dinterrupt-while-step-over.c25 static pthread_t child_thread[NUM_THREADS]; variable
68 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
H A Dnon-stop-fair-events.c31 pthread_t child_thread[NUM_THREADS]; variable
83 res = pthread_create (&child_thread[i], NULL, child_function, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.h276 void clone_all_breakpoints (struct thread_info *child_thread,

Completed in 284 milliseconds

12