Searched refs:get_expired_time (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/micro_thread/ | ||
| H A D | heap_timer.h | 51 uint64_t get_expired_time() { in get_expired_time() function |
| H A D | heap_timer.cpp | 84 while (timer && (timer->get_expired_time() <= now)) in check_expired() |