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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c134 volatile int32_t aio_total_count; /* total extant entries */ member in struct:aio_anchor_cb
2167 return OSIncrementAtomic(&aio_anchor.aio_total_count);
2173 int old = OSDecrementAtomic(&aio_anchor.aio_total_count);
2191 return aio_anchor.aio_total_count;
2574 aio_anchor.aio_total_count = 0;

Completed in 17 milliseconds