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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_shutdown.c99 int activecount; /* number of processes on which action was done */ member in struct:sd_iterargs
317 sd->activecount++;
361 sd->activecount++;
400 sd->activecount++;
459 sdargs.activecount = 0;
465 if (sdargs.activecount != 0 && proc_shutdown_exitcount!= 0) {
518 sdargs.activecount = 0;
523 if (sdargs.activecount != 0 && proc_shutdown_exitcount!= 0) {
557 sdargs.activecount = 0;
H A Dpthread_synch.c2298 int activecount; local
2306 activecount = 0;
2310 activecount += wq->wq_thactive_count[pri][affinity];
2313 pwqinfo->pwq_runthreads = activecount;
2314 pwqinfo->pwq_blockedthreads = wq->wq_threads_scheduled - activecount;

Completed in 60 milliseconds