Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp44 static std::mutex drawingMutex_; variable
329 std::lock_guard<std::mutex> lock(drawingMutex_); in GetBitmap()
347 std::lock_guard<std::mutex> lock(drawingMutex_); in GetPixelmap()