Home
last modified time | relevance | path

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

/system/core/libsysutils/src/
DServiceManager.cpp39 #define SLEEP_MIN_USEC 200000 /* 200 msec */ macro
56 usleep(SLEEP_MIN_USEC); in start()
57 count -= SLEEP_MIN_USEC; in start()
85 usleep(SLEEP_MIN_USEC); in stop()
86 count -= SLEEP_MIN_USEC; in stop()