Searched refs:runUntilShutdown (Results 1 – 3 of 3) sorted by relevance
414 runUntilShutdown(); in stop()582 runUntilShutdown(); in run()586 void Scheduler::Worker::runUntilShutdown() { in runUntilShutdown() function in marl::Scheduler::Worker
382 void runUntilShutdown() REQUIRES(work.mutex);
94 `run()` calls `runUntilShutdown()`, which will enter a loop that: