Home
last modified time | relevance | path

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

/src/sys/compat/linux/
H A Dlinux_timer.c73 sig->sigev_notify = SIGEV_THREAD_ID; in linux_convert_l_sigevent()
/src/sys/sys/
H A Dsignal.h201 #define SIGEV_THREAD_ID 4 /* Send signal to a kernel thread. */ macro
/src/sys/kern/
H A Dkern_time.c1293 evp->sigev_notify != SIGEV_THREAD_ID) in kern_ktimer_create()
1296 evp->sigev_notify == SIGEV_THREAD_ID) && in kern_ktimer_create()
1364 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in kern_ktimer_create()
1798 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in itimer_fire()
H A Dvfs_aio.c907 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) in aio_bio_done_notify()
920 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in aio_bio_done_notify()
1546 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_THREAD_ID && in aio_aqueue()
1553 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) && in aio_aqueue()
2297 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID) { in kern_lio_listio()
2357 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in kern_lio_listio()
H A Duipc_mqueue.c2366 sigev->sigev_notify != SIGEV_THREAD_ID && in kern_kmq_notify()
2370 sigev->sigev_notify == SIGEV_THREAD_ID) && in kern_kmq_notify()
H A Dkern_sig.c2240 if (sigev->sigev_notify == SIGEV_THREAD_ID) { in sigev_findtd()
/src/lib/librt/
H A Dsigev_thread.c231 newevp->sigev_notify = SIGEV_THREAD_ID; in __sigev_get_sigevent()
/src/usr.bin/truss/
H A Dsyscalls.c1243 case SIGEV_THREAD_ID: in print_sigevent()
/src/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3861 case SIGEV_THREAD_ID: in convert_sigevent32()