Home
last modified time | relevance | path

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

/packages/modules/Virtualization/zipfuse/src/
Dmain.rs518 const POLL_INTERVAL: Duration = Duration::from_millis(50); in wait_for_mount() constant
529 std::thread::sleep(POLL_INTERVAL); in wait_for_mount()