Searched refs:sigev_findtd (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | signalvar.h | 401 int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
|
/freebsd/sys/kern/ |
H A D | kern_time.c | 1753 if (sigev_findtd(p, &it->it_sigev, &td) != 0) { in itimer_fire()
|
H A D | uipc_mqueue.c | 1824 error = sigev_findtd(p, &nt->nt_sigev, &td); in mqueue_send_notification()
|
H A D | vfs_aio.c | 464 error = sigev_findtd(p, sigev, &td); in aio_sendsig()
|
H A D | kern_sig.c | 2239 sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **ttd) in sigev_findtd() function
|