Searched refs:TASK_COUNT (Results 1 – 1 of 1) sorted by relevance
432 TASK_COUNT = 32, // Size of the task queue (must be power of 2) enumerator433 TASK_COUNT_BITS = TASK_COUNT - 1,435 Task taskQueue[TASK_COUNT];