Home
last modified time | relevance | path

Searched defs:SIG_SETMASK (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dsigact.h57 #define SIG_SETMASK 02 macro
/freebsd/contrib/ncurses/ncurses/
H A DSigAction.h70 #define SIG_SETMASK 02 macro
/freebsd/contrib/bmake/
H A Dsigact.h65 #define SIG_SETMASK 4 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp346 # define SIG_SETMASK 2 macro
/freebsd/contrib/diff/src/
H A Dsdiff.c112 # define SIG_SETMASK (! SIG_BLOCK) macro
/freebsd/sys/sys/
H A Dsignal.h470 #define SIG_SETMASK 3 /* set specified signal set */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp158 const int SIG_SETMASK = 3; variable
161 const int SIG_SETMASK = 3; variable
164 const int SIG_SETMASK = 2; variable