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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c116 uint_t e_async_count; /* count of asynchronous reap threads */ member in struct:endpnt_type
1224 * and e_async_count fields in endpnt_type_t.
1240 * and e_async_count are used to keep track of the threads in endpnt_taskq
1267 etype->e_async_count = 0;
1790 etp->e_async_count++;
1829 if (--etp->e_async_count == 0)
1985 while (np->e_async_count > 0)

Completed in 49 milliseconds