Searched refs:sigpending (Results 1 – 20 of 20) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/ |
H A D | tst.raise1.c | 41 (void) sigpending(&ss); in main()
|
/freebsd/contrib/bmake/ |
H A D | sigact.h | 93 int sigpending ( sigset_t */*set*/ );
|
H A D | sigaction.c | 265 sigpending(sigset_t *set) in sigpending() function
|
H A D | config.h.in | 119 /* Define to 1 if you have the 'sigpending' function. */
|
H A D | configure.in | 336 sigpending \
|
/freebsd/include/ |
H A D | signal.h | 86 int sigpending(sigset_t * _Nonnull);
|
/freebsd/sys/kern/ |
H A D | kern_sig.c | 3297 sigset_t sigpending; in issignal() local 3304 sigpending = td->td_sigqueue.sq_signals; in issignal() 3305 SIGSETOR(sigpending, p->p_sigqueue.sq_signals); in issignal() 3306 SIGSETNAND(sigpending, td->td_sigmask); in issignal() 3310 SIG_STOPSIGMASK(sigpending); in issignal() 3311 if (SIGISEMPTY(sigpending)) /* no signal to send */ in issignal() 3324 SIGSETNAND(sigpending, fastblock_mask); in issignal() 3325 if (SIGISEMPTY(sigpending)) { in issignal() 3333 SIGISMEMBER(sigpending, SIGSTOP)) { in issignal() 3341 SIGEMPTYSET(sigpending); in issignal() [all …]
|
H A D | init_sysent.c | 121 …{ compat(0,sigpending), .sy_auevent = AUE_SIGPENDING, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_…
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 264 #define sigpending _sigpending
|
H A D | un-namespace.h | 237 #undef sigpending
|
/freebsd/lib/libsys/ |
H A D | Symbol.sys.map | 228 sigpending;
|
H A D | Makefile.sys | 331 sigpending.2 \
|
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_osx.c | 285 HX(sigpending(&sigset) == -1, sigset); in getentropy_fallback()
|
H A D | getentropy_solaris.c | 305 HX(sigpending(&sigset) == -1, sigset); in getentropy_fallback()
|
H A D | getentropy_linux.c | 385 HX(sigpending(&sigset) == -1, sigset); in getentropy_fallback()
|
/freebsd/sys/sys/ |
H A D | syscall.mk | 216 sigpending.o \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 450 PRE_SYSCALL(sigpending)(void *set) {} 452 POST_SYSCALL(sigpending)(long res, void *set) {
|
H A D | sanitizer_common_interceptors.inc | 114 #define sigpending __sigpending14 4308 INTERCEPTOR(int, sigpending, __sanitizer_sigset_t *set) { 4310 COMMON_INTERCEPTOR_ENTER(ctx, sigpending, set); 4314 int res = REAL(sigpending)(set); 4318 #define INIT_SIGPENDING COMMON_INTERCEPT_FUNCTION(sigpending);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 122 …{ compat(0,sigpending), .sy_auevent = AUE_SIGPENDING, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_…
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2921 fun:sigpending=uninstrumented
|