Searched refs:runUntilIdle (Results 1 – 5 of 5) sorted by relevance
21 public void runUntilIdle(); in runUntilIdle() method
11 - [`marl::Scheduler::Worker::runUntilIdle()`](#marlschedulerworkerrununtilidle)97 …Calls [`runUntilIdle()`](#marlschedulerworkerrununtilidle) to process all new tasks and fibers. No…105 ### `marl::Scheduler::Worker::runUntilIdle()`113 … `runUntilIdle()` begins by completing all fibers that are ready to be resumed (no longer blocked).120 … and are executed. Once a task is completed, control returns back to `runUntilIdle()`, and the mai…122 3. Once there's no more fibers or tasks to execute, `runUntilIdle()` returns.216 // main fiber becomes unblocked, marl::Scheduler::Worker::runUntilIdle() will
34 public void runUntilIdle() { in runUntilIdle() method in BaseRunLoop
589 runUntilIdle(); in runUntilShutdown()672 void Scheduler::Worker::runUntilIdle() { in runUntilIdle() function in marl::Scheduler::Worker
412 void runUntilIdle() REQUIRES(work.mutex);