Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcallout.c47 sev.sigev_notify = SIGEV_THREAD; in timeout()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c345 if (mqhp->mq_ntype == SIGEV_THREAD || in do_notify()
921 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD; in cancel_if_necessary()
987 case SIGEV_THREAD: in mq_notify()
1015 case SIGEV_THREAD: in mq_notify()
1051 case SIGEV_THREAD: in mq_notify()
H A Dclock_timer.c93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
H A Dsigev_thread.c254 if (ntype == SIGEV_THREAD) { in mqueue_spawner()
635 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c610 ev.sigev_notify == SIGEV_THREAD) { in timer_create()
630 ev.sigev_notify == SIGEV_THREAD) { in timer_create()
650 case SIGEV_THREAD: in timer_create()
707 if (ev.sigev_notify == SIGEV_THREAD || in timer_create()
H A Daio.c1242 (sigevk.sigev_notify == SIGEV_THREAD || in alio()
1244 if (sigevk.sigev_notify == SIGEV_THREAD) { in alio()
1428 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio()
2093 } else if (sigev->sigev_notify == SIGEV_THREAD) { in aiorw()
2142 } else if (sigev32->sigev_notify == SIGEV_THREAD) { in aiorw()
2435 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setup()
2940 (sigevk.sigev_notify == SIGEV_THREAD || in alioLF()
2942 if (sigevk.sigev_notify == SIGEV_THREAD) { in alioLF()
3332 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setupLF()
3425 (sigevk.sigev_notify == SIGEV_THREAD || in alio32()
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h188 #define SIGEV_THREAD 2 /* Call back from another pthread. */ macro
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c199 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio()
207 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio()
1395 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64()
1403 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64()
H A Daio.c1372 case SIGEV_THREAD: in _aiodone()
2201 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw()
2202 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw()
2318 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw64()
2319 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw64()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h97 #define SIGEV_THREAD 3 /* call back from another thread */ macro