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

/haiku/src/kits/tracker/
H A DTaskLoop.cpp485 // #pragma mark - StandAloneTaskLoop
488 StandAloneTaskLoop::StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat) function in class:StandAloneTaskLoop
498 StandAloneTaskLoop::~StandAloneTaskLoop()
511 PRINT(("StandAloneTaskLoop timed out, quitting abruptly"));
529 StandAloneTaskLoop::StartPulsingIfNeeded()
534 fScanThread = spawn_thread(StandAloneTaskLoop::RunBinder,
542 StandAloneTaskLoop::KeepPulsingWhenEmpty() const
549 StandAloneTaskLoop
[all...]
H A DTaskLoop.h209 class StandAloneTaskLoop : public TaskLoop { class in namespace:BPrivate
213 StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat = 400000);
214 ~StandAloneTaskLoop();
H A DTracker.cpp1571 fTaskLoop = new StandAloneTaskLoop(true);

Completed in 42 milliseconds