Home
last modified time | relevance | path

Searched refs:sigev_findtd (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dsignalvar.h401 int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
/freebsd/sys/kern/
H A Dkern_time.c1753 if (sigev_findtd(p, &it->it_sigev, &td) != 0) { in itimer_fire()
H A Duipc_mqueue.c1824 error = sigev_findtd(p, &nt->nt_sigev, &td); in mqueue_send_notification()
H A Dvfs_aio.c472 error = sigev_findtd(p, sigev, &td); in aio_sendsig()
H A Dkern_sig.c2229 sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **ttd) in sigev_findtd() function