Home
last modified time | relevance | path

Searched refs:mt_time_ms (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_net.cpp771 _last_access = mt_time_ms(); in Reset()
790 _last_access = mt_time_ms(); in CSockLink()
902 this->_last_access = mt_time_ms(); in Connect()
1087 this->_last_access = mt_time_ms(); in SendData()
1356 this->_last_access = mt_time_ms(); in InputNotify()
1400 this->_last_access = mt_time_ms(); in OutputNotify()
1554 uint64_t now = mt_time_ms(); in timer_notify()
H A Dmt_api.h107 unsigned long long mt_time_ms(void);
H A Dmt_net.h89 obj->_release_time = mt_time_ms(); in FreeItem()
H A Dmt_cache.cpp143 buff->last_time = (uint32_t)(mt_time_ms() / 1000); in free_sk_buffer()
H A Dmt_api.cpp633 unsigned long long mt_time_ms(void) in mt_time_ms() function