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