Home
last modified time | relevance | path

Searched refs:CoroutineScheduler (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dcoroutines.cpp36 DECLARE_SINGLETON(CoroutineScheduler);
97 CoroutineScheduler::CoroutineScheduler() { in CoroutineScheduler() function in Common::CoroutineScheduler
118 CoroutineScheduler::~CoroutineScheduler() { in ~CoroutineScheduler()
139 void CoroutineScheduler::reset() { in reset()
182 void CoroutineScheduler::printStats() { in printStats()
188 void CoroutineScheduler::checkStack() { in checkStack()
222 void CoroutineScheduler::schedule() { in schedule()
260 void CoroutineScheduler::rescheduleAll() { in rescheduleAll()
599 PROCESS *CoroutineScheduler::getCurrentProcess() { in getCurrentProcess()
603 int CoroutineScheduler::getCurrentPID() const { in getCurrentPID()
[all …]
H A Dcoroutines.h43 #define CoroScheduler (Common::CoroutineScheduler::instance())
328 class CoroutineScheduler : public Singleton<CoroutineScheduler> {
334 friend class Singleton<CoroutineScheduler>;
339 CoroutineScheduler();
344 ~CoroutineScheduler();
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dcoroutines.cpp36 DECLARE_SINGLETON(CoroutineScheduler);
97 CoroutineScheduler::CoroutineScheduler() { in CoroutineScheduler() function in Common::CoroutineScheduler
118 CoroutineScheduler::~CoroutineScheduler() { in ~CoroutineScheduler()
139 void CoroutineScheduler::reset() { in reset()
182 void CoroutineScheduler::printStats() { in printStats()
188 void CoroutineScheduler::checkStack() { in checkStack()
222 void CoroutineScheduler::schedule() { in schedule()
260 void CoroutineScheduler::rescheduleAll() { in rescheduleAll()
599 PROCESS *CoroutineScheduler::getCurrentProcess() { in getCurrentProcess()
603 int CoroutineScheduler::getCurrentPID() const { in getCurrentPID()
[all …]
H A Dcoroutines.h43 #define CoroScheduler (Common::CoroutineScheduler::instance())
328 class CoroutineScheduler : public Singleton<CoroutineScheduler> {
334 friend class Singleton<CoroutineScheduler>;
339 CoroutineScheduler();
344 ~CoroutineScheduler();
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dcoroutines.cpp36 DECLARE_SINGLETON(CoroutineScheduler);
97 CoroutineScheduler::CoroutineScheduler() { in CoroutineScheduler() function in Common::CoroutineScheduler
118 CoroutineScheduler::~CoroutineScheduler() { in ~CoroutineScheduler()
139 void CoroutineScheduler::reset() { in reset()
182 void CoroutineScheduler::printStats() { in printStats()
188 void CoroutineScheduler::checkStack() { in checkStack()
222 void CoroutineScheduler::schedule() { in schedule()
260 void CoroutineScheduler::rescheduleAll() { in rescheduleAll()
599 PROCESS *CoroutineScheduler::getCurrentProcess() { in getCurrentProcess()
603 int CoroutineScheduler::getCurrentPID() const { in getCurrentPID()
[all …]
H A Dcoroutines.h45 #define CoroScheduler (Common::CoroutineScheduler::instance())
328 class CoroutineScheduler : public Singleton<CoroutineScheduler> {
334 friend class Singleton<CoroutineScheduler>;
339 CoroutineScheduler();
344 ~CoroutineScheduler();