Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/librt/
H A Daio.c106 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD) { in aio_io()
163 if ((*iocbp)->aio_sigevent.sigev_notify == SIGEV_THREAD) { in __aio_waitcomplete()
179 if (iocb->aio_sigevent.sigev_notify == SIGEV_THREAD) { in __aio_return()
204 if (iocb->aio_sigevent.sigev_notify != SIGEV_THREAD) in __aio_fsync()
231 if (sig == NULL || sig->sigev_notify != SIGEV_THREAD) in __lio_listio()
H A Dtimer.c90 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) { in __timer_create()
H A Dmq.c128 if (evp == NULL || evp->sigev_notify != SIGEV_THREAD) { in __mq_notify()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c144 evt.sigev_notify = SIGEV_THREAD; in timer_thread_create()
191 ev.sigev_notify = SIGEV_THREAD + 100; in ATF_TC_BODY()
/freebsd/sys/compat/linux/
H A Dlinux_timer.c65 sig->sigev_notify = SIGEV_THREAD; in linux_convert_l_sigevent()
/freebsd/sys/sys/
H A Dsignal.h198 #define SIGEV_THREAD 2 /* Call back from another pthread. */ macro
/freebsd/tests/sys/aio/
H A Dlio_test.c202 sev.sigev_notify = SIGEV_THREAD; in ATF_TC_BODY()
H A Daio_test.c225 sev.sigev_notify = SIGEV_THREAD; in setup_thread()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c610 sev.sigev_notify = SIGEV_THREAD; in fmd_timer_install()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1232 case SIGEV_THREAD: in print_sigevent()