Searched refs:OPEN_RETRY_SLEEP_US (Results 1 – 2 of 2) sorted by relevance
46 constexpr int OPEN_RETRY_SLEEP_US = 100'000; // 100ms * MAX_RETRY = 0.5 seconds variable139 usleep(OPEN_RETRY_SLEEP_US); // sleep and try again in open()
46 constexpr int OPEN_RETRY_SLEEP_US = 100000; // 100ms * MAX_RETRY = 0.5 seconds variable149 usleep(OPEN_RETRY_SLEEP_US); // sleep and try again in open()