Home
last modified time | relevance | path

Searched refs:_aio_sigev_thread (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h294 extern int _aio_sigev_thread(aiocb_t *);
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c76 if (_aio_sigev_thread(aiocbp) != 0) in aio_read()
94 if (_aio_sigev_thread(aiocbp) != 0) in aio_write()
166 if (_aio_sigev_thread(aiocbp) != 0) in lio_listio()
791 if (_aio_sigev_thread(aiocbp) != 0) in aio_fsync()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c674 _aio_sigev_thread(aiocb_t *aiocbp) in _aio_sigev_thread() function