Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/aio/
H A Daio.c1369 case SIGEV_NONE: in _aiodone()
2185 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw()
2186 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw()
2306 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_NONE) { in _aio_rw64()
2307 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_rw64()
H A Daio_alloc.c201 reqp->req_sigevent.sigev_notify = SIGEV_NONE; in _aio_req_alloc()
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h97 #define SIGEV_NONE 1 /* no notification */ macro
/titanic_50/usr/src/uts/common/os/
H A Dtimer.c530 case SIGEV_NONE: in timer_create()
/titanic_50/usr/src/lib/libc/port/rt/
H A Dmqueue.c1008 case SIGEV_NONE: in mq_notify()