Home
last modified time | relevance | path

Searched refs:empty_set (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/tsan/
Dsigsuspend.cc24 sigset_t empty_set; in main() local
25 assert(0 == sigemptyset(&empty_set)); in main()
26 sigset_t one_signal = empty_set; in main()
/external/strace/
Dstrace.c169 static sigset_t empty_set, blocked_set; variable
1055 sigprocmask(SIG_SETMASK, &empty_set, NULL); in startup_attach()
1109 sigprocmask(SIG_SETMASK, &empty_set, NULL); in startup_attach()
1731 sigemptyset(&empty_set); in init()
2084 sigprocmask(SIG_SETMASK, &empty_set, NULL); in trace()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1444 goto empty_set; in matches()
1472 empty_set: in matches()