Searched refs:StandAloneTaskLoop (Results 1 – 3 of 3) sorted by relevance
488 StandAloneTaskLoop::StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat) in StandAloneTaskLoop() function in StandAloneTaskLoop498 StandAloneTaskLoop::~StandAloneTaskLoop() in ~StandAloneTaskLoop()529 StandAloneTaskLoop::StartPulsingIfNeeded() in StartPulsingIfNeeded()534 fScanThread = spawn_thread(StandAloneTaskLoop::RunBinder, in StartPulsingIfNeeded()542 StandAloneTaskLoop::KeepPulsingWhenEmpty() const in KeepPulsingWhenEmpty()549 StandAloneTaskLoop::RunBinder(void* castToThis) in RunBinder()551 StandAloneTaskLoop* self = (StandAloneTaskLoop*)castToThis; in RunBinder()558 StandAloneTaskLoop::Run() in Run()597 StandAloneTaskLoop::AddTask(DelayedTask* delayedTask) in AddTask()
209 class StandAloneTaskLoop : public TaskLoop {213 StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat = 400000);214 ~StandAloneTaskLoop();
1569 fTaskLoop = new StandAloneTaskLoop(true); in ReadyToRun()