OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocked_set1
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
9-1.c
42
sigset_t
blocked_set1
;
local
43
sigemptyset(&
blocked_set1
);
44
sigaddset(&
blocked_set1
, SIGABRT);
56
if (sigprocmask(SIG_SETMASK, &
blocked_set1
, NULL) == -1) {
68
sigprocmask_return_val = sigprocmask(SIG_UNBLOCK, &
blocked_set1
, NULL);
4-1.c
28
sigset_t
blocked_set1
, blocked_set2, pending_set;
local
29
sigemptyset(&
blocked_set1
);
31
sigaddset(&
blocked_set1
, SIGABRT);
50
if (sigprocmask(SIG_SETMASK, &
blocked_set1
, NULL) == -1) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
9-1.c
43
sigset_t
blocked_set1
;
local
44
sigemptyset(&
blocked_set1
);
45
sigaddset(&
blocked_set1
, SIGABRT);
57
if (pthread_sigmask(SIG_SETMASK, &
blocked_set1
, NULL) == -1) {
70
pthread_sigmask(SIG_UNBLOCK, &
blocked_set1
, NULL);
4-1.c
45
sigset_t
blocked_set1
, blocked_set2, pending_set;
local
46
sigemptyset(&
blocked_set1
);
48
sigaddset(&
blocked_set1
, SIGABRT);
67
if (pthread_sigmask(SIG_SETMASK, &
blocked_set1
, NULL) == -1) {
Completed in 78 milliseconds