Searched refs:_kaiowp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h301 extern aio_worker_t *_kaiowp; /* points to kaio cleanup thread */
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c119 aio_worker_t *_kaiowp = NULL; /* points to kaio cleanup thread */ variable
290 else if ((_kaiowp = _aio_worker_alloc()) == NULL)
295 _kaiowp, THR_DAEMON, &_kaiowp->work_tid);
298 if (error && _kaiowp != NULL) {
299 _aio_worker_free(_kaiowp);
300 _kaiowp = NULL;
H A Daio_alloc.c359 _kaiowp = NULL;

Completed in 21 milliseconds