Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt370 return delayedTask.scheduleTask(now, delayedQueue, this) in shouldUnpark()
425 fun scheduleTask(now: Long, delayed: DelayedTaskQueue, eventLoop: EventLoopImplBase): Int { in timeToExecute() method
/external/swiftshader/src/Renderer/
DRenderer.hpp371 void scheduleTask(int threadIndex);
DRenderer.cpp771 scheduleTask(threadIndex); in taskLoop()
860 void Renderer::scheduleTask(int threadIndex) in scheduleTask() function in sw::Renderer