Searched refs:serialMutex_ (Results 1 – 4 of 4) sorted by relevance
98 std::lock_guard guard(serialMutex_); in StartAbility()104 std::lock_guard guard(serialMutex_); in TerminateAbility()137 std::lock_guard guard(serialMutex_); in StopServiceAbility()483 std::lock_guard guard(serialMutex_); in PreloadUIExtensionAbilityLocked()565 std::lock_guard guard(serialMutex_); in ConnectAbilityLocked()663 std::lock_guard guard(serialMutex_); in DisconnectAbilityLocked()778 std::lock_guard guard(serialMutex_); in AttachAbilityThreadLocked()818 std::lock_guard guard(serialMutex_); in OnAbilityRequestDone()875 std::lock_guard guard(serialMutex_); in AbilityTransitionDone()967 std::lock_guard guard(serialMutex_); in ScheduleConnectAbilityDoneLocked()[all …]
50 std::mutex serialMutex_; variable
214 std::lock_guard<std::mutex> lock(serialMutex_); in EncodeAudioBuffer()
642 ffrt::mutex serialMutex_; variable