Searched refs:SLEEP_MS (Results 1 – 4 of 4) sorted by relevance
45 #define SLEEP_MS 100 macro153 ts.tv_sec += (SLEEP_MS/1000); in wait_for_event()154 ts.tv_nsec += ((SLEEP_MS%1000) * 1000000); in wait_for_event()
46 #define SLEEP_MS 100 macro154 ts.tv_sec += (SLEEP_MS/1000); in wait_for_event()155 ts.tv_nsec += ((SLEEP_MS%1000) * 1000000); in wait_for_event()