HomeSort by relevance Sort by last modified time
    Searched refs:ms_timer (Results 1 - 7 of 7) sorted by null

  /external/syslinux/core/include/
timer.h 16 static inline mstime_t ms_timer(void) function
  /external/syslinux/com32/include/syslinux/
pmapi.h 76 volatile uint32_t *ms_timer; member in struct:com32_pmapi
  /external/syslinux/core/
pmapi.c 42 .ms_timer = &__ms_timer,
  /external/syslinux/core/thread/
timeout.c 19 mstime_t now = ms_timer();
semaphore.c 33 mstime_t now = ms_timer();
51 rv = block.timed_out ? -1 : ms_timer() - block.block_time;
  /external/syslinux/core/lwip/src/include/arch/
sys_arch.h 19 #define sys_now ms_timer
  /external/syslinux/core/lwip/src/netif/
undiif.c 507 now = ms_timer();
    [all...]

Completed in 234 milliseconds