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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 111 milliseconds