Searched refs:TIME_TO_MSECS (Results 1 – 2 of 2) sorted by relevance
115 #define TIME_TO_MSECS(tval) ((tval).tv_sec * 1000 + (tval).tv_usec / 1000) macro
233 timeout = TIME_TO_MSECS(waittime); in main()