Searched refs:threadCnt (Results 1 – 1 of 1) sorted by relevance
113 TaskSchedulerImpl(uint32_t threadCnt) in TaskSchedulerImpl()115 threads.reserve(threadCnt); in TaskSchedulerImpl()116 taskQueues.reserve(threadCnt); in TaskSchedulerImpl()118 for (uint32_t i = 0; i < threadCnt; ++i) { in TaskSchedulerImpl()122 for (uint32_t i = 0; i < threadCnt; ++i) { in TaskSchedulerImpl()176 uint32_t threadCnt() in threadCnt() function188 TaskSchedulerImpl(TVG_UNUSED uint32_t threadCnt) {} in TaskSchedulerImpl()190 uint32_t threadCnt() { return 0; } in threadCnt() function223 if (inst) return inst->threadCnt(); in threads()