Home
last modified time | relevance | path

Searched refs:threadCnt (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.cpp113 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() function
188 TaskSchedulerImpl(TVG_UNUSED uint32_t threadCnt) {} in TaskSchedulerImpl()
190 uint32_t threadCnt() { return 0; } in threadCnt() function
223 if (inst) return inst->threadCnt(); in threads()