Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h186 #define SIGEV_NONE 0 /* No async notification. */ macro
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1366 case SIGEV_NONE: 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()
2303 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw64()
2304 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw64()
H A Daio_alloc.c199 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_req_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h95 #define SIGEV_NONE 1 /* no notification */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c644 case SIGEV_NONE: in timer_create()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c1006 case SIGEV_NONE: in mq_notify()