Searched refs:SIGEV_THREAD (Results 1 – 8 of 8) sorted by relevance
496 ev.sigev_notify == SIGEV_THREAD) { in timer_create()516 ev.sigev_notify == SIGEV_THREAD) { in timer_create()536 case SIGEV_THREAD: in timer_create()619 if (ev.sigev_notify == SIGEV_THREAD || in timer_create()
1246 (sigevk.sigev_notify == SIGEV_THREAD || in alio()1248 if (sigevk.sigev_notify == SIGEV_THREAD) { in alio()1432 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alio()2101 } else if (sigev->sigev_notify == SIGEV_THREAD) { in aiorw()2150 } else if (sigev32->sigev_notify == SIGEV_THREAD) { in aiorw()2448 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setup()2953 (sigevk.sigev_notify == SIGEV_THREAD || in alioLF()2955 if (sigevk.sigev_notify == SIGEV_THREAD) { in alioLF()3147 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alioLF()3345 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setupLF()[all …]
347 if (mqhp->mq_ntype == SIGEV_THREAD || in do_notify()923 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD; in cancel_if_necessary()989 case SIGEV_THREAD: in mq_notify()1017 case SIGEV_THREAD: in mq_notify()1053 case SIGEV_THREAD: in mq_notify()
93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
256 if (ntype == SIGEV_THREAD) { in mqueue_spawner()637 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
199 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio()207 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio()1396 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64()1404 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64()
1375 case SIGEV_THREAD: in _aiodone()2204 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw()2205 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw()2321 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw64()2322 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw64()
99 #define SIGEV_THREAD 3 /* call back from another thread */ macro