Home
last modified time | relevance | path

Searched refs:_last_clock (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.h410 utime64_t _last_clock; variable
462 return _last_clock; in GetLastClock()
518 _last_clock = clock; in SetLastClock()
H A Dmicro_thread.cpp569 _last_clock = GetSystemMS(); in InitFrame()