Searched refs:mstimediff_t (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/core/include/ | ||
D | timer.h | 15 typedef int32_t mstimediff_t; typedef |
/external/syslinux/core/thread/ | ||
D | timeout.c | 27 if ((mstimediff_t)(timeout - now) <= 0) { in __thread_process_timeouts() |