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 | 257 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 | 381 sigpending \
|
| /freebsd/include/ |
| H A D | signal.h | 94 int sigpending(sigset_t * _Nonnull);
|
| /freebsd/sys/kern/ |
| H A D | kern_sig.c | 3345 sigset_t sigpending; in issignal() local 3352 sigpending = td->td_sigqueue.sq_signals; in issignal() 3353 SIGSETOR(sigpending, p->p_sigqueue.sq_signals); in issignal() 3354 SIGSETNAND(sigpending, td->td_sigmask); in issignal() 3358 SIG_STOPSIGMASK(sigpending); in issignal() 3359 if (SIGISEMPTY(sigpending)) /* no signal to send */ in issignal() 3372 SIGSETNAND(sigpending, fastblock_mask); in issignal() 3373 if (SIGISEMPTY(sigpending)) { in issignal() 3382 SIGISMEMBER(sigpending, SIGSTOP)) { in issignal() 3390 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 | 227 sigpending;
|
| H A D | Makefile.sys | 348 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 | 404 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 | 451 PRE_SYSCALL(sigpending)(void *set) {} 453 POST_SYSCALL(sigpending)(long res, void *set) {
|
| H A D | sanitizer_common_interceptors.inc | 115 #define sigpending __sigpending14 4469 INTERCEPTOR(int, sigpending, __sanitizer_sigset_t *set) { 4471 COMMON_INTERCEPTOR_ENTER(ctx, sigpending, set); 4475 int res = REAL(sigpending)(set); 4479 #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
|