Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.cpp62 bool tryPush(Task* task) in tryPush() function
167 if (taskQueues[(i + n) % threads.count]->tryPush(task)) return; in request()