Constant SUSPEND_BLOCKER_ACQUIRED_AT
pub const SUSPEND_BLOCKER_ACQUIRED_AT: &'static str;
Expand description
Timestamp in nanos for when at least one suspend blocker is acquired. This occurs when an internal procedure needs to prevent suspension. For example, when servicing a wake lease request, system-activity-governor will acquire a suspend blocker for the lifetime of the wake lease token. This prevents suspension even while the underlying power broker lease is pending.