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

/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h322 extern pthread_key_t _aio_key; /* for thread-specific data */
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c422 (void) pthread_key_create(&_aio_key, _aio_worker_free);
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)
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c185 aio_worker_t *aiowp = pthread_getspecific(_aio_key);

Completed in 21 milliseconds