Searched refs:pageSizeMapMutex (Results 1 – 2 of 2) sorted by relevance
84 std::mutex PrintPageSize::pageSizeMapMutex; member in OHOS::Print::PrintPageSize157 std::lock_guard<std::mutex> lock(pageSizeMapMutex); in MatchPageSize()175 std::lock_guard<std::mutex> lock(pageSizeMapMutex); in FindPageSizeById()
79 static std::mutex pageSizeMapMutex; variable