Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.cpp54 bool tryPop(Task** task) in tryPop() function
149 if (taskQueues[(i + x) % threads.count]->tryPop(&task)) { in run()