OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_sigchld
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/test/
regress.c
531
int status,
got_sigchld
= 0;
local
543
signal_set(&sig_ev, SIGCHLD, child_signal_cb, &
got_sigchld
);
586
if (!
got_sigchld
) {
[
all
...]
/external/chromium_org/third_party/libevent/test/
regress.c
531
int status,
got_sigchld
= 0;
local
543
signal_set(&sig_ev, SIGCHLD, child_signal_cb, &
got_sigchld
);
586
if (!
got_sigchld
) {
[
all
...]
/external/ppp/pppd/
main.c
194
static int
got_sigchld
; /* set if we have received a SIGCHLD */
variable
655
if (got_sighup || got_sigterm || got_sigusr2 ||
got_sigchld
) {
680
if (
got_sigchld
) {
681
got_sigchld
= 0;
[
all
...]
Completed in 100 milliseconds