Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs49 const STACK_TURN_OFF_TIMEOUT_MS: Duration = Duration::from_millis(4000); constant
299 log::debug!("Waiting for stack to turn off for {:?}", STACK_TURN_OFF_TIMEOUT_MS); in handle_sigterm()
300 let _ = notifier.enabled_notify.wait_timeout(guard, STACK_TURN_OFF_TIMEOUT_MS); in handle_sigterm()