Searched refs:scheduleTask (Results 1 – 3 of 3) sorted by relevance
370 return delayedTask.scheduleTask(now, delayedQueue, this) in shouldUnpark()425 fun scheduleTask(now: Long, delayed: DelayedTaskQueue, eventLoop: EventLoopImplBase): Int { in timeToExecute() method
371 void scheduleTask(int threadIndex);
771 scheduleTask(threadIndex); in taskLoop()860 void Renderer::scheduleTask(int threadIndex) in scheduleTask() function in sw::Renderer