Searched refs:SEND_RETRY_SLEEP_TIME (Results 1 – 7 of 7) 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; constant142 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; constant
64 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()74 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
77 usleep(SEND_RETRY_SLEEP_TIME); in SendMsg()
24 static const size_t SEND_RETRY_SLEEP_TIME = 10000; variable
39 #define SEND_RETRY_SLEEP_TIME 10000 macro