Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h686 mutable std::shared_mutex parentSessionMutex_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1795 std::unique_lock<std::shared_mutex> lock(parentSessionMutex_); in SetParentSession()
1804 std::shared_lock<std::shared_mutex> lock(parentSessionMutex_); in GetParentSession()