Searched defs:_aio_key (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c63 pthread_key_t _aio_key; variable
264 if (pthread_setspecific(_aio_key, arg) != 0)
1035 if (pthread_setspecific(_aio_key, aiowp) != 0)
1318 if (pthread_setspecific(_aio_key, aiowp) != 0)

Completed in 48 milliseconds