Lines Matching refs:sigprocmask
24 * Verify that sigprocmask() succeeds to examine and change the calling
30 * - sigprocmask() should return value 0 on successs and succeed to change
111 * Call sigprocmask() to block (SIGINT) signal
115 TEST(sigprocmask(SIG_BLOCK, &set, 0));
125 "sigprocmask() Failed, errno=%d : %s",
134 tst_resm(TFAIL, "sigprocmask fails to "
161 * Invoke sigprocmask() again to
167 if (sigprocmask(SIG_UNBLOCK,
170 "sigprocmask() failed "
176 "of sigprocmask() "
180 "of sigprocmask() "