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

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c63 int iod_thr_count; /* threads, excluding main */ variable
147 if (iod_thr_count > 0) {
155 /* Prevent a race with iod_thr_count */
240 if (iod_thr_count++ == 0) {
250 if (--iod_thr_count == 0) {
345 if (iod_thr_count++ == 0) {
354 if (--iod_thr_count == 0) {

Completed in 90 milliseconds