Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface_delegator.cpp113 std::lock_guard<std::mutex> setLock(dequeueFailedSetMutex_); in HasSlotInSet()
119 std::lock_guard<std::mutex> setLock(dequeueFailedSetMutex_); in InsertSlotIntoSet()
125 std::lock_guard<std::mutex> setLock(dequeueFailedSetMutex_); in EraseSlotFromSet()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface_delegator.h51 std::mutex dequeueFailedSetMutex_; variable