Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h296 extern int _aio_sigev_thread64(aiocb64_t *);
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c1292 if (_aio_sigev_thread64(aiocbp) != 0) in aio_read64()
1310 if (_aio_sigev_thread64(aiocbp) != 0) in aio_write64()
1362 if (_aio_sigev_thread64(aiocbp) != 0) in lio_listio64()
1648 if (_aio_sigev_thread64(aiocbp) != 0) in aio_fsync64()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c683 _aio_sigev_thread64(aiocb64_t *aiocbp) in _aio_sigev_thread64() function