Searched defs:oldQueueCounts (Results 1 – 2 of 2) sorted by relevance
268 int32_t oldQueueCounts = fQueueCounts.fetch_add(1 << kWaitingExlusiveOffset, in acquire() local282 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in release() local321 int32_t oldQueueCounts = fQueueCounts.load(std::memory_order_relaxed); in acquireShared() local347 int32_t oldQueueCounts = fQueueCounts.fetch_sub(1 << kSharedOffset, in releaseShared() local