Searched refs:child_thread_two (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dsigthread.c32 pthread_t child_thread, child_thread_two; variable
53 pthread_kill (child_thread_two, SIGUSR2);
67 pthread_create (&child_thread_two, NULL, child_two, NULL);
72 pthread_kill (child_thread_two, SIGUSR1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dsigthread.c32 pthread_t child_thread, child_thread_two; variable
53 pthread_kill (child_thread_two, SIGUSR2);
67 pthread_create (&child_thread_two, NULL, child_two, NULL);
72 pthread_kill (child_thread_two, SIGUSR1);

Completed in 130 milliseconds