Searched refs:_aio_key (Results 1 – 4 of 4) sorted by relevance
322 extern pthread_key_t _aio_key; /* for thread-specific data */
63 pthread_key_t _aio_key; variable264 if (pthread_setspecific(_aio_key, arg) != 0) in _kaio_cleanup_thread()1035 if (pthread_setspecific(_aio_key, aiowp) != 0) in _aio_do_request()1318 if (pthread_setspecific(_aio_key, aiowp) != 0) in _aio_do_notify()
422 (void) pthread_key_create(&_aio_key, _aio_worker_free); in init_aio()
186 aio_worker_t *aiowp = pthread_getspecific(_aio_key); in call_user_handler()