Home
last modified time | relevance | path

Searched refs:uiContentMutex_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h346 mutable std::shared_mutex uiContentMutex_; member in OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp520 std::unique_lock<std::shared_mutex> lock(uiContentMutex_); in NapiSetUIContent()
H A Dwindow_session_impl.cpp1234 std::unique_lock<std::shared_mutex> lock(uiContentMutex_); in InitUIContent()
1741 std::shared_lock<std::shared_mutex> lock(uiContentMutex_); in GetUIContentSharedPtr()
2723 std::unique_lock<std::shared_mutex> lock(uiContentMutex_); in NotifyBeforeDestroy()

Completed in 10 milliseconds