Searched refs:SEND_RETRY_SLEEP_TIME (Results 1 – 13 of 13) sorted by relevance
74 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in SendMsg()76 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()88 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in SendMsg()90 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
28 const SEND_RETRY_SLEEP_TIME: u64 = 10000; const142 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in session_send_msg()152 sleep(Duration::from_micros(SEND_RETRY_SLEEP_TIME)); in session_send_msg()
23 const SEND_RETRY_SLEEP_TIME: u64 = 10000; const
64 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()74 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
78 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
38 constexpr int32_t SEND_RETRY_SLEEP_TIME = 500; variable166 usleep(SEND_RETRY_SLEEP_TIME); in SendData()176 usleep(SEND_RETRY_SLEEP_TIME); in SendData()
81 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()91 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
82 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()92 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
24 static constexpr size_t SEND_RETRY_SLEEP_TIME = 10000; variable
61 #define SEND_RETRY_SLEEP_TIME 500 macro
42 inline constexpr useconds_t SEND_RETRY_SLEEP_TIME { 10000 };
77 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
90 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()