Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h320 extern pthread_key_t _aio_key; /* for thread-specific data */
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c61 pthread_key_t _aio_key; variable
262 if (pthread_setspecific(_aio_key, arg) != 0) in _kaio_cleanup_thread()
1032 if (pthread_setspecific(_aio_key, aiowp) != 0) in _aio_do_request()
1315 if (pthread_setspecific(_aio_key, aiowp) != 0) in _aio_do_notify()
H A Daio_alloc.c420 (void) pthread_key_create(&_aio_key, _aio_worker_free); in init_aio()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c190 aio_worker_t *aiowp = pthread_getspecific(_aio_key); in call_user_handler()