Searched refs:BUSY_SLEEP_TIME (Results 1 – 1 of 1) sorted by relevance
44 const int BUSY_SLEEP_TIME = 50; // sleep for 50us variable363 std::this_thread::sleep_for(std::chrono::microseconds(BUSY_SLEEP_TIME)); in StepWithRetry()