Searched refs:SIGSTOP (Results 51 - 75 of 116) sorted by relevance

12345

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D4-92.c10 that attempting to add SIGSTOP to the signal mask of SIGTSTP will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-93.c10 that attempting to add SIGSTOP to the signal mask of SIGTTIN will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-94.c10 that attempting to add SIGSTOP to the signal mask of SIGTTOU will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-95.c10 that attempting to add SIGSTOP to the signal mask of SIGUSR1 will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-96.c10 that attempting to add SIGSTOP to the signal mask of SIGUSR2 will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-97.c10 that attempting to add SIGSTOP to the signal mask of SIGPOLL will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-98.c10 that attempting to add SIGSTOP to the signal mask of SIGPROF will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D4-99.c10 that attempting to add SIGSTOP to the signal mask of SIGSYS will
32 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-1.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-10.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-11.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-12.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-13.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-14.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-15.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-16.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-17.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-18.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-19.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-2.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-20.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-21.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-22.c36 sigaddset(&act.sa_mask, SIGSTOP);
H A D6-23.c36 sigaddset(&act.sa_mask, SIGSTOP);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_4-2.in10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for %%MYSIG%% with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);

Completed in 157 milliseconds

12345