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

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.c765 unsigned int icount, tcount; local
789 tcount = icount;
791 result = processor_info(processor, flavor, &thost, info, &tcount);
804 tcount = icount;
805 result = processor_info(processor, flavor, &thost, info, &tcount);
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c1656 uint32_t tcount = 0; local
1667 tcount = wq->wq_thactive_count[i][affinity_tag];
1668 acount += tcount;
1670 if (tcount == 0 && wq->wq_thscheduled_count[i][affinity_tag]) {

Completed in 15 milliseconds