Searched defs:oldQueueCounts (Results 1 – 1 of 1) sorted by relevance
275 int32_t oldQueueCounts = fQueueCounts.fetch_add(1 << kWaitingExlusiveOffset, in acquire() local289 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in release() local328 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in acquireShared() local354 int32_t oldQueueCounts = fQueueCounts.fetch_sub(1 << kSharedOffset, in releaseShared() local