Home
last modified time | relevance | path

Searched defs:oldQueueCounts (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkSharedMutex.cpp270 int32_t oldQueueCounts = fQueueCounts.fetch_add(1 << kWaitingExlusiveOffset, in acquire() local
284 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in release() local
323 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in acquireShared() local
349 int32_t oldQueueCounts = fQueueCounts.fetch_sub(1 << kSharedOffset, in releaseShared() local
/third_party/flutter/skia/src/core/
DSkSharedMutex.cpp268 int32_t oldQueueCounts = fQueueCounts.fetch_add(1 << kWaitingExlusiveOffset, in acquire() local
282 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in release() local
321 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in acquireShared() local
347 int32_t oldQueueCounts = fQueueCounts.fetch_sub(1 << kSharedOffset, in releaseShared() local