Home
last modified time | relevance | path

Searched refs:CTimerNotify (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/micro_thread/
H A Dheap_timer.h33 class CTimerNotify : public HeapEntry
43 CTimerNotify() : _time_expired(0) {}; in CTimerNotify() function
45 virtual ~CTimerNotify(){}; in ~CTimerNotify()
70 bool start_timer(CTimerNotify* timerable, uint32_t interval);
72 void stop_timer(CTimerNotify* timerable);
H A Dheap_timer.cpp49 bool CTimerMng::start_timer(CTimerNotify* timerable, uint32_t interval) in start_timer()
66 void CTimerMng::stop_timer(CTimerNotify* timerable) in stop_timer()
83 CTimerNotify* timer = dynamic_cast<CTimerNotify*>(_heap->HeapTop()); in check_expired()
88 timer = dynamic_cast<CTimerNotify*>(_heap->HeapTop()); in check_expired()
H A Dmt_connection.h156 class TcpKeepConn : public IMtConnection, public CTimerNotify
H A Dmt_net.h366 class CDestLinks : public CTimerNotify, public HashKey