Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linux/
HDlinux_timer.c80 sig->sigev_notify = SIGEV_THREAD_ID; in linux_convert_l_sigevent()
/freebsd-11-stable/sys/sys/
HDsignal.h221 #define SIGEV_THREAD_ID 4 /* Send signal to a kernel thread. */ macro
/freebsd-11-stable/sys/kern/
HDkern_time.c1200 evp->sigev_notify != SIGEV_THREAD_ID) in kern_ktimer_create()
1203 evp->sigev_notify == SIGEV_THREAD_ID) && in kern_ktimer_create()
1273 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in kern_ktimer_create()
1661 it->it_sigev.sigev_notify == SIGEV_THREAD_ID) { in itimer_fire()
HDvfs_aio.c898 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) in aio_bio_done_notify()
911 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in aio_bio_done_notify()
1497 job->uaiocb.aio_sigevent.sigev_notify != SIGEV_THREAD_ID && in aio_aqueue()
1505 job->uaiocb.aio_sigevent.sigev_notify == SIGEV_THREAD_ID) && in aio_aqueue()
2181 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID) { in kern_lio_listio()
2241 lj->lioj_signal.sigev_notify == SIGEV_THREAD_ID)) { in kern_lio_listio()
HDuipc_mqueue.c2322 sigev->sigev_notify != SIGEV_THREAD_ID && in kern_kmq_notify()
2326 sigev->sigev_notify == SIGEV_THREAD_ID) && in kern_kmq_notify()
HDkern_sig.c2104 if (sigev->sigev_notify == SIGEV_THREAD_ID) { in sigev_findtd()
/freebsd-11-stable/lib/librt/
HDsigev_thread.c231 newevp->sigev_notify = SIGEV_THREAD_ID; in __sigev_get_sigevent()
/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c3085 case SIGEV_THREAD_ID: in convert_sigevent32()