Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs50 const STACK_CLEANUP_PROFILES_TIMEOUT_MS: Duration = Duration::from_millis(100); constant
328 tokio::time::sleep(STACK_CLEANUP_PROFILES_TIMEOUT_MS).await; in try_cleanup_stack()