Searched refs:STACK_CLEANUP_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
51 const STACK_CLEANUP_TIMEOUT_MS: Duration = Duration::from_millis(1000); constant312 log::debug!("Waiting for stack to clean up for {:?}", STACK_CLEANUP_TIMEOUT_MS); in handle_sigterm()313 let _ = notifier.thread_notify.wait_timeout(guard, STACK_CLEANUP_TIMEOUT_MS); in handle_sigterm()