Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/livepatch/
Dfunctions.sh8 RETRY_INTERVAL=".1" # seconds
93 sleep $RETRY_INTERVAL
/external/ipsec-tools/src/racoon/
Dcfparse.h107 RETRY_INTERVAL = 323, enumerator
272 #define RETRY_INTERVAL 323 macro
Dcfparse.y207 %token RETRY RETRY_COUNTER RETRY_INTERVAL RETRY_PERSEND
1088 | RETRY_INTERVAL NUMBER unittype_time
/external/adhd/sound_card_init/dsm/src/
Dlib.rs279 const RETRY_INTERVAL: Duration = Duration::from_millis(500); in wait_for_speakers_ready() constant
285 thread::sleep(RETRY_INTERVAL); in wait_for_speakers_ready()