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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c60 pthread_key_t _aio_key; variable
260 if (pthread_setspecific(_aio_key, arg) != 0)
1031 if (pthread_setspecific(_aio_key, aiowp) != 0)
1311 if (pthread_setspecific(_aio_key, aiowp) != 0)

Completed in 2529 milliseconds