Searched refs:STACK_CLEANUP_PROFILES_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
50 const STACK_CLEANUP_PROFILES_TIMEOUT_MS: Duration = Duration::from_millis(100); constant328 tokio::time::sleep(STACK_CLEANUP_PROFILES_TIMEOUT_MS).await; in try_cleanup_stack()