Home
last modified time | relevance | path

Searched refs:got_sigusr2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dsignal-command-multiple-signals-pending.c26 sig_atomic_t got_sigusr2; variable
37 got_sigusr2 = 1; in handler_sigusr2()
49 if (got_sigusr1 && got_sigusr2) in thread_function()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dmain.c180 int got_sigusr2; variable
277 return !!got_sigusr2; in ppp_signaled()
695 if (!(got_sighup || got_sigterm || got_sigusr2 || got_sigchld)) in handle_events()
720 if (got_sigusr2) { in handle_events()
722 got_sigusr2 = 0; in handle_events()
1652 got_sigusr2 = 1; in open_ccp()