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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsiginfo.h219 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsignal.c750 * doesn't queue we report only CLD_STOPPED, as if the next
1565 case CLD_STOPPED:
1762 notify = sig->group_stop_count == 1 ? CLD_STOPPED : 0;
1763 notify = tracehook_notify_jctl(notify, CLD_STOPPED);
1857 ? CLD_CONTINUED : CLD_STOPPED;
2034 group_stop = tracehook_notify_jctl(CLD_STOPPED, CLD_STOPPED);
H A Dexit.c1413 why = ptrace ? CLD_TRAPPED : CLD_STOPPED;

Completed in 216 milliseconds