Searched refs:sc_ (Results 1 – 3 of 3) sorted by relevance
34 explicit RunningLockHub(const std::shared_ptr<ISuspendController>& sc) : sc_(sc) {}; in RunningLockHub()50 std::shared_ptr<ISuspendController> sc_; variable
87 isAcquire ? sc_->IncSuspendBlockCounter() : sc_->DecSuspendBlockCounter(); in NotifySuspendCounter()
61 std::shared_ptr<Suspend::ISuspendController> sc_; variable