Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DRunLoop.java21 public void runUntilIdle(); in runUntilIdle() method
/external/swiftshader/third_party/marl/docs/
Dscheduler.md11 - [`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
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DBaseRunLoop.java34 public void runUntilIdle() { in runUntilIdle() method in BaseRunLoop
/external/swiftshader/third_party/marl/src/
Dscheduler.cpp589 runUntilIdle(); in runUntilShutdown()
672 void Scheduler::Worker::runUntilIdle() { in runUntilIdle() function in marl::Scheduler::Worker
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h412 void runUntilIdle() REQUIRES(work.mutex);