Searched refs:heartBeat (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DTaskLoop.h113 bigtime_t initialDelay, bigtime_t idleFor, bigtime_t heartBeat);
159 TaskLoop(bigtime_t heartBeat = 10000);
188 bigtime_t heartBeat = 1000000);
213 StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat = 400000);
240 PiggybackTaskLoop(bigtime_t heartBeat = 100000);
H A DTaskLoop.cpp221 bigtime_t initialDelay, bigtime_t idleFor, bigtime_t heartBeat)
223 PeriodicDelayedTask(functor, initialDelay, heartBeat),
326 TaskLoop::TaskLoop(bigtime_t heartBeat) argument
329 fHeartBeat(heartBeat)
372 bigtime_t initialDelay, bigtime_t idleTime, bigtime_t heartBeat)
374 RunLater(new RunWhenIdleTask(functor, initialDelay, idleTime, heartBeat));
488 StandAloneTaskLoop::StandAloneTaskLoop(bool keepThread, bigtime_t heartBeat) argument
490 TaskLoop(heartBeat),
617 PiggybackTaskLoop::PiggybackTaskLoop(bigtime_t heartBeat) argument
619 TaskLoop(heartBeat),
220 RunWhenIdleTask(FunctionObjectWithResult<bool>* functor, bigtime_t initialDelay, bigtime_t idleFor, bigtime_t heartBeat) argument
371 RunWhenIdle(FunctionObjectWithResult<bool>* functor, bigtime_t initialDelay, bigtime_t idleTime, bigtime_t heartBeat) argument
[all...]

Completed in 89 milliseconds