Home
last modified time | relevance | path

Searched refs:empty_set (Results 1 – 4 of 4) 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.c160 static sigset_t empty_set, blocked_set; variable
1145 sigprocmask(SIG_SETMASK, &empty_set, NULL); in startup_attach()
1163 sigprocmask(SIG_SETMASK, &empty_set, NULL); in startup_attach()
1876 sigemptyset(&empty_set); in init()
2261 sigprocmask(SIG_SETMASK, &empty_set, NULL); in trace()
/external/v8/src/compiler/
Dstore-store-elimination.cc475 ZoneSet<UnobservableStore>* empty_set = in VisitedEmpty() local
478 return UnobservablesSet(empty_set); in VisitedEmpty()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1444 goto empty_set; in matches()
1472 empty_set: in matches()