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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dsignal.c93 int sig, handled_sig = 0; local
101 handled_sig = 1;
117 if (!handled_sig && (PT_REGS_SYSCALL_NR(regs) >= 0)) {
149 if (!handled_sig && test_thread_flag(TIF_RESTORE_SIGMASK)) {
153 return handled_sig;

Completed in 163 milliseconds