Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dtimer.c496 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()
H A Daio.c1246 (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 …]
/titanic_50/usr/src/lib/libc/port/rt/
H A Dmqueue.c347 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()
H A Dclock_timer.c93 sigevp->sigev_notify == SIGEV_THREAD && in timer_create()
H A Dsigev_thread.c256 if (ntype == SIGEV_THREAD) { in mqueue_spawner()
637 sigevp->sigev_notify != SIGEV_THREAD || in _aio_sigev_thread_init()
/titanic_50/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()
1396 sigevp->sigev_notify == SIGEV_THREAD || in lio_listio64()
1404 if (sigevp->sigev_notify == SIGEV_THREAD) { in lio_listio64()
H A Daio.c1375 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()
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h99 #define SIGEV_THREAD 3 /* call back from another thread */ macro