Searched refs:curThreadsAwake (Results 1 – 2 of 2) sorted by relevance
736 int curThreadsAwake = threadsAwake; in scheduleTask() local738 if((int)qSize < threadCount - curThreadsAwake + 1) in scheduleTask()748 if(curThreadsAwake != threadCount) in scheduleTask()750 int wakeup = qSize - curThreadsAwake + 1; in scheduleTask()
863 int curThreadsAwake = threadsAwake; in scheduleTask() local865 if((int)qSize < threadCount - curThreadsAwake + 1) in scheduleTask()875 if(curThreadsAwake != threadCount) in scheduleTask()877 int wakeup = qSize - curThreadsAwake + 1; in scheduleTask()