Home
last modified time | relevance | path

Searched refs:sigqueue (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c81 if (sigqueue(getpid(), SIGUSR1, sv) != 0) in ATF_TC_BODY()
83 if (sigqueue(0, SIGUSR1, sv) != 0) in ATF_TC_BODY()
102 ATF_REQUIRE_ERRNO(EINVAL, sigqueue(getpid(), -1, sv) == -1); in ATF_TC_BODY()
213 ATF_REQUIRE(sigqueue(pid, signals[i], val) != -1); in ATF_TC_BODY()
/freebsd/lib/libthr/thread/
H A Dthr_sigqueue.c62 e = sigqueue(pthread->tid, sig | __SIGQUEUE_TID, in _Tthr_sigqueue()
70 e = sigqueue(pthread->tid, sig | __SIGQUEUE_TID, in _Tthr_sigqueue()
/freebsd/sys/sys/
H A Dsignalvar.h216 struct sigqueue *ksi_sigq;
244 typedef struct sigqueue { struct
407 void sigqueue_delete(struct sigqueue *queue, int sig);
409 void sigqueue_flush(struct sigqueue *queue);
410 void sigqueue_init(struct sigqueue *queue, struct proc *p);
H A Dsyscall.mk307 sigqueue.o \
/freebsd/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c38 ret = sigqueue(getpid(), SIGRTMIN, val); in main()
/freebsd/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c96 while (sigqueue(getpid(), SIGRTMIN, val)) in main()
/freebsd/include/
H A Dsignal.h94 int sigqueue(__pid_t, int, const union sigval);
/freebsd/lib/libsys/
H A DSymbol.sys.map230 sigqueue;
H A DMakefile.sys337 sigqueue.2 \
/freebsd/sys/kern/
H A Dkern_sig.c136 static SYSCTL_NODE(_kern, OID_AUTO, sigqueue, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
2279 sigqueue_t *sigqueue; in tdsendsignal() local
2309 sigqueue = &p->p_sigqueue; in tdsendsignal()
2311 sigqueue = &td->td_sigqueue; in tdsendsignal()
2374 ret = sigqueue_add(sigqueue, sig, ksi); in tdsendsignal()
2446 sigqueue_delete(sigqueue, sig); in tdsendsignal()
2478 sigqueue_delete(sigqueue, sig); in tdsendsignal()
2534 sigqueue_delete(sigqueue, sig); in tdsendsignal()
3124 struct sigqueue *queue; in sigprocess()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2923 fun:sigqueue=uninstrumented