Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c609 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
610 ev.sigev_notify == SIGEV_THREAD) { in timer_create()
622 ev.sigev_notify = ev32.sigev_notify; in timer_create()
629 if (ev.sigev_notify == SIGEV_PORT || in timer_create()
630 ev.sigev_notify == SIGEV_THREAD) { in timer_create()
643 switch (ev.sigev_notify) { in timer_create()
707 if (ev.sigev_notify == SIGEV_THREAD || in timer_create()
708 ev.sigev_notify == SIGEV_PORT) { in timer_create()
760 if (ev.sigev_notify == SIGEV_SIGNAL) in timer_create()
H A Daio.c1243 sigevk.sigev_notify == SIGEV_PORT)) { in alio()
1976 aiocb.aio_sigevent.sigev_notify = 0; in arw()
1983 aiocb64.aio_sigevent.sigev_notify = 0; in arw()
2086 if (sigev->sigev_notify == SIGEV_PORT) { in aiorw()
2393 if (sigev->sigev_notify == SIGEV_SIGNAL && in aio_req_setup()
2436 sigev->sigev_notify == SIGEV_PORT) in aio_req_setup()
2941 sigevk.sigev_notify == SIGEV_PORT)) { in alioLF()
3250 dest->aio_sigevent.sigev_notify = src->aio_sigevent.sigev_notify; in aiocb_LFton()
3333 sigev->sigev_notify == SIGEV_PORT) in aio_req_setupLF()
3426 sigevk.sigev_notify == SIGEV_PORT)) { in alio32()
[all …]
H A Dclock_thread.c164 clock_thread_usr.clk_default.sigev_notify = SIGEV_SIGNAL; in clock_thread_init()
177 clock_thread_usrsys.clk_default.sigev_notify = SIGEV_SIGNAL; in clock_thread_init()
H A Dclock_process.c117 clock_process.clk_default.sigev_notify = SIGEV_SIGNAL; in clock_process_init()
H A Dclock_realtime.c313 ev->sigev_notify = SIGEV_SIGNAL; in clock_realtime_init()
H A Dclock_highres.c396 ev->sigev_notify = SIGEV_SIGNAL; in clock_highres_init()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1365 switch (reqp->req_sigevent.sigev_notify) { in _aiodone()
2182 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw()
2183 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw()
2185 reqp->req_sigevent.sigev_notify = SIGEV_SIGNAL; in _aio_rw()
2192 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw()
2202 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw()
2303 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw64()
2304 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw64()
2306 reqp->req_sigevent.sigev_notify = SIGEV_SIGNAL; in _aio_rw64()
2313 reqp->req_sigevent.sigev_notify = SIGEV_PORT; in _aio_rw64()
[all …]
H A Dposix_aio.c198 (sigevp->sigev_notify == SIGEV_SIGNAL || in lio_listio()
199 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio()
200 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio()
207 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio()
213 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio()
1394 (sigevp->sigev_notify == SIGEV_SIGNAL || in lio_listio64()
1395 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64()
1396 sigevp->sigev_notify == SIGEV_PORT))) in lio_listio64()
1403 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64()
1409 } else if (sigevp->sigev_notify == SIGEV_PORT) { in lio_listio64()
H A Daio_alloc.c199 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_req_alloc()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c43 ev.sigev_notify = SIGEV_SIGNAL; in main()
/illumos-gate/usr/src/test/os-tests/tests/timer/
H A Dtimer_limit.c35 sev.sigev_notify = SIGEV_SIGNAL; in mktimer()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h85 int sigev_notify; /* notification mode */ member
105 int32_t sigev_notify; /* notification mode */ member
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcallout.c47 sev.sigev_notify = SIGEV_THREAD; in timeout()
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_read.c54 .sigev_notify = SIGEV_SIGNAL, in main()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
H A Dmqueue.c921 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD; in cancel_if_necessary()
986 switch (ntype = sigevp->sigev_notify) { in mq_notify()
1001 sigevent.sigev_notify = SIGEV_PORT; in mq_notify()
H A Dsigev_thread.c635 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c398 ev.sigev_notify = SIGEV_SIGNAL; in main()
570 ev.sigev_notify = SIGEV_SIGNAL; in main()
/illumos-gate/usr/src/head/
H A Dtime.h134 int sigev_notify; /* notification mode */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h164 int sigev_notify; /* Notification type */ member
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c429 mevp->me_sigev.sigev_notify = SIGEV_PORT; in mevent_update_one_timer()
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c1558 sig_struct.sigev_notify = SIGEV_SIGNAL; in set_timer()
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c294 ev.sigev_notify = SIGEV_SIGNAL; in setup()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.v1532 C_SYSC_mq_notify read_list: [(struct sigevent)->sigev_notify, (struct fd)->file, (struct file)->f_o…
537 SYSC_mq_notify read_list: [(struct sigevent)->sigev_notify, (struct fd)->file, (struct file)->f_op,…
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c475 sigev.sigev_notify = SIGEV_PORT; in ilbd_hc_timer_init()

12