Searched refs:sigev_findtd (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/sys/ |
| HD | signalvar.h | 347 int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
|
| /trueos/sys/kern/ |
| HD | kern_time.c | 1573 if (sigev_findtd(p, &it->it_sigev, &td) != 0) { in itimer_fire()
|
| HD | uipc_mqueue.c | 1763 error = sigev_findtd(p, &nt->nt_sigev, &td); in mqueue_send_notification()
|
| HD | vfs_aio.c | 622 error = sigev_findtd(p, sigev, &td); in aio_sendsig()
|
| HD | kern_sig.c | 2045 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd) in sigev_findtd() function
|