Home
last modified time | relevance | path

Searched refs:StandAloneTaskLoop (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DTaskLoop.cpp488 StandAloneTaskLoop::StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat) in StandAloneTaskLoop() function in StandAloneTaskLoop
498 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()
H A DTaskLoop.h209 class StandAloneTaskLoop : public TaskLoop {
213 StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat = 400000);
214 ~StandAloneTaskLoop();
H A DTracker.cpp1569 fTaskLoop = new StandAloneTaskLoop(true); in ReadyToRun()