Searched refs:blocked_set (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 5-1.c | 48 sigset_t blocked_set, pending_set; in a_thread_func() local 49 sigemptyset(&blocked_set); in a_thread_func() 50 sigaddset(&blocked_set, SIGABRT); in a_thread_func() 62 if (pthread_sigmask(SIG_SETMASK, &blocked_set, NULL) == -1) { in a_thread_func() 94 sigemptyset(&blocked_set); in a_thread_func() 95 sigaddset(&blocked_set, SIGUSR1); in a_thread_func() 97 if (pthread_sigmask(SIG_SETMASK, &blocked_set, NULL) == -1) { in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 5-1.c | 26 sigset_t blocked_set, pending_set; in main() local 27 sigemptyset(&blocked_set); in main() 28 sigaddset(&blocked_set, SIGABRT); in main() 39 if (sigprocmask(SIG_SETMASK, &blocked_set, NULL) == -1) { in main()
|
Completed in 1 milliseconds