Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD_ID (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_timer.c73 sig->sigev_notify = SIGEV_THREAD_ID; in linux_convert_l_sigevent()
/freebsd/sys/sys/
H A Dsignal.h201 #define SIGEV_THREAD_ID 4 /* Send signal to a kernel thread. */ macro
/freebsd/sys/kern/
H A Dkern_time.c1249 evp->sigev_notify != SIGEV_THREAD_ID) in kern_ktimer_create()
1252 evp->sigev_notify == SIGEV_THREAD_ID) && in kern_ktimer_create()
1319 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in kern_ktimer_create()
1752 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in itimer_fire()
H A Dvfs_aio.c895 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) in aio_bio_done_notify()
908 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in aio_bio_done_notify()
1542 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_THREAD_ID && in aio_aqueue()
1549 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) && in aio_aqueue()
2282 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID) { in kern_lio_listio()
2342 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in kern_lio_listio()
H A Duipc_mqueue.c2331 sigev->sigev_notify != SIGEV_THREAD_ID && in kern_kmq_notify()
2335 sigev->sigev_notify == SIGEV_THREAD_ID) && in kern_kmq_notify()
H A Dkern_sig.c2233 if (sigev->sigev_notify == SIGEV_THREAD_ID) { in sigev_findtd()
/freebsd/lib/librt/
H A Dsigev_thread.c231 newevp->sigev_notify = SIGEV_THREAD_ID; in __sigev_get_sigevent()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1241 case SIGEV_THREAD_ID: in print_sigevent()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3818 case SIGEV_THREAD_ID: in convert_sigevent32()