Searched refs:TIMEOUT_BASE (Results 1 – 2 of 2) sorted by relevance
29 time_t sec = timeout / TIMEOUT_BASE; in SetTimer_()31 long nsec = (timeout % TIMEOUT_BASE) * TIMEOUT_BASE * TIMEOUT_BASE; in SetTimer_()
21 #define TIMEOUT_BASE 1000 macro