Home
last modified time | relevance | path

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

/system/core/libsysutils/src/
DServiceManager.cpp46 #define SLEEP_MIN_USEC 200000 /* 200 msec */ macro
64 usleep(SLEEP_MIN_USEC); in start()
65 count -= SLEEP_MIN_USEC; in start()
94 usleep(SLEEP_MIN_USEC); in stop()
95 count -= SLEEP_MIN_USEC; in stop()