Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_surface.cpp31 static std::mutex g_surfaceMutex; variable
58 std::lock_guard<std::mutex> lock(g_surfaceMutex); in OH_Drawing_SurfaceCreateFromGpuContext()
78 std::lock_guard<std::mutex> lock(g_surfaceMutex); in OH_Drawing_SurfaceDestroy()