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

/haiku-fatelf/src/bin/coreutils/src/
H A Dtimeout.c79 static int sigs_to_ignore[NSIG]; /* so monitor can ignore sigs it resends. */ variable
92 sigs_to_ignore[sig] = 1;
106 if (sigs_to_ignore[sig])
108 sigs_to_ignore[sig] = 0;

Completed in 32 milliseconds