Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp610 __sanitizer_sigset_t emptyset; in cur_thread() local
611 internal_sigfillset(&emptyset); in cur_thread()
613 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset)); in cur_thread()
640 __sanitizer_sigset_t emptyset; in cur_thread_finalize() local
641 internal_sigfillset(&emptyset); in cur_thread_finalize()
643 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset)); in cur_thread_finalize()
H A Dtsan_interceptors_posix.cpp178 __sanitizer_sigset_t emptyset; member
2146 internal_sigfillset(&sctx->emptyset); in ProcessPendingSignalsImpl()
2147 int res = REAL(pthread_sigmask)(SIG_SETMASK, &sctx->emptyset, &sctx->oldset); in ProcessPendingSignalsImpl()
/freebsd/usr.sbin/ppp/
H A Dlcp.c973 sigset_t emptyset; in LcpDecodeConfig() local
980 sigemptyset(&emptyset); in LcpDecodeConfig()
981 sigsuspend(&emptyset); in LcpDecodeConfig()