Home
last modified time | relevance | path

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

/base/startup/init/services/loopevent/timer/
Dle_timer.c29 time_t sec = timeout / TIMEOUT_BASE; in SetTimer_()
31 long nsec = (timeout % TIMEOUT_BASE) * TIMEOUT_BASE * TIMEOUT_BASE; in SetTimer_()
Dle_timer.h21 #define TIMEOUT_BASE 1000 macro