Home
last modified time | relevance | path

Searched defs:TaskSchedulerImpl (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.cpp107 struct TaskSchedulerImpl struct
109 Array<thread*> threads;
110 Array<TaskQueue*> taskQueues;
111 atomic<uint32_t> idx{0};
113 TaskSchedulerImpl(uint32_t threadCnt) in TaskSchedulerImpl() function
127 ~TaskSchedulerImpl() in ~TaskSchedulerImpl()
141 void run(unsigned i) in run()
160 void request(Task* task) in request()
176 uint32_t threadCnt() in threadCnt()
186 struct TaskSchedulerImpl struct
[all …]