Searched refs:SIGEV_THREAD (Results 1 – 10 of 10) sorted by relevance
47 sev.sigev_notify = SIGEV_THREAD; in timeout()
345 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()
93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
254 if (ntype == SIGEV_THREAD) { in mqueue_spawner()635 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
610 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()
1242 (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()3134 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD); in alioLF()3332 if (sigev->sigev_notify == SIGEV_THREAD || in aio_req_setupLF()[all …]
188 #define SIGEV_THREAD 2 /* Call back from another pthread. */ macro
198 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio()206 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio()1394 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64()1402 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64()
1376 case SIGEV_THREAD: in _aiodone()2205 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw()2206 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw()2322 } else if (aiocbp->aio_sigevent.sigev_notify == SIGEV_THREAD) { in _aio_rw64()2323 reqp->req_sigevent.sigev_notify = SIGEV_THREAD; in _aio_rw64()
97 #define SIGEV_THREAD 3 /* call back from another thread */ macro