Searched refs:blocked_set2 (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 4-1.c | 28 sigset_t blocked_set1, blocked_set2, pending_set; in main() local 30 sigemptyset(&blocked_set2); in main() 32 sigaddset(&blocked_set2, SIGUSR2); in main() 56 if (sigprocmask(SIG_BLOCK, &blocked_set2, NULL) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 4-1.c | 45 sigset_t blocked_set1, blocked_set2, pending_set; in a_thread_func() local 47 sigemptyset(&blocked_set2); in a_thread_func() 49 sigaddset(&blocked_set2, SIGALRM); in a_thread_func() 73 if (pthread_sigmask(SIG_BLOCK, &blocked_set2, NULL) == -1) { in a_thread_func()
|