Home
last modified time | relevance | path

Searched refs:oactl (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D12-1.c69 sigset_t actl, oactl; in main() local
72 sigemptyset(&oactl); in main()
84 sigprocmask(SIG_SETMASK, NULL, &oactl); in main()
86 if (sigismember(&oactl, SIGABRT) != 1) { in main()
91 if (is_changed(oactl)) { in main()
D7-1.c26 sigset_t oactl, tempset; in main() local
45 sigemptyset(&oactl); in main()
48 sigprocmask(SIG_BLOCK, &tempset, &oactl); in main()
51 if (sigismember(&oactl, siglist[j]) != 1) { in main()
D8-1.c58 sigset_t actl, oactl; in main() local
61 sigemptyset(&oactl); in main()
66 sigprocmask(SIG_BLOCK, NULL, &oactl); in main()
68 if (is_changed(oactl, SIGABRT)) in main()
D8-3.c58 sigset_t actl, oactl; in main() local
61 sigemptyset(&oactl); in main()
66 sigprocmask(SIG_UNBLOCK, NULL, &oactl); in main()
68 if (is_changed(oactl, SIGABRT)) in main()
D8-2.c59 sigset_t actl, oactl; in main() local
62 sigemptyset(&oactl); in main()
67 sigprocmask(SIG_SETMASK, NULL, &oactl); in main()
69 if (is_changed(oactl, SIGABRT)) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
D7-1.c26 sigset_t oactl, tempset; in a_thread_func() local
45 sigemptyset(&oactl); in a_thread_func()
48 pthread_sigmask(SIG_BLOCK, &tempset, &oactl); in a_thread_func()
52 if (sigismember(&oactl, siglist[j]) != 1) { in a_thread_func()
58 if (sigismember(&oactl, siglist[j]) != 0) { in a_thread_func()
D8-1.c59 sigset_t actl, oactl; in a_thread_func() local
62 sigemptyset(&oactl); in a_thread_func()
67 pthread_sigmask(SIG_BLOCK, NULL, &oactl); in a_thread_func()
69 if (is_changed(oactl, SIGABRT)) { in a_thread_func()
D8-3.c59 sigset_t actl, oactl; in a_thread_func() local
62 sigemptyset(&oactl); in a_thread_func()
67 pthread_sigmask(SIG_UNBLOCK, NULL, &oactl); in a_thread_func()
69 if (is_changed(oactl, SIGABRT)) { in a_thread_func()
D8-2.c60 sigset_t actl, oactl; in a_thread_func() local
63 sigemptyset(&oactl); in a_thread_func()
68 pthread_sigmask(SIG_SETMASK, NULL, &oactl); in a_thread_func()
70 if (is_changed(oactl, SIGABRT)) { in a_thread_func()
D12-1.c77 sigset_t actl, oactl; in a_thread_func() local
85 sigemptyset(&oactl); in a_thread_func()
97 pthread_sigmask(SIG_SETMASK, NULL, &oactl); in a_thread_func()
99 if (is_changed(oactl, SIGABRT)) { in a_thread_func()