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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h71 typedef struct aio_worker aio_worker_t; typedef in typeref:struct:aio_worker
140 aio_worker_t *req_worker; /* associate request with worker */
233 aio_worker_t *work_forw; /* forward link in list of workers */
234 aio_worker_t *work_backw; /* backwards link in list of workers */
269 extern int _aio_rw(aiocb_t *, aio_lio_t *, aio_worker_t **, int, int);
271 extern int _aio_rw64(aiocb64_t *, aio_lio_t *, aio_worker_t **, int, int);
274 extern int _aio_cancel_req(aio_worker_t *, aio_req_t *, int *, int *);
281 extern aio_worker_t *_aio_worker_alloc(void);
287 extern int _aio_idle(aio_worker_t *);
301 extern aio_worker_t *_kaiow
[all...]

Completed in 45 milliseconds