Lines Matching refs:masked
319 clone_body2(int flags, bool masked, bool ignored)
360 if (masked) {
437 if (masked) {
496 if (masked) {
564 * the kernel presents it to userland as a masked signal.
568 if (masked) {
648 #define CLONE_TEST2(name,flags,masked,ignored) \
654 #flags, masked ? "masked" : "", ignored ? "ignored" : ""); \
660 clone_body2(flags, masked, ignored); \