HomeSort by relevance Sort by last modified time
    Searched refs:compare_exchange (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkSharedMutex.cpp 305 } while (!fQueueCounts.compare_exchange(&oldQueueCounts, newQueueCounts,
328 } while (!fQueueCounts.compare_exchange(&oldQueueCounts, newQueueCounts,
SkPixelRef.cpp 232 if (fTaggedGenID.compare_exchange(&id, next)) {
235 // We lost a race to set fTaggedGenID. compare_exchange() filled id with the winner.
  /external/skia/include/private/
SkAtomics.h 83 bool compare_exchange(T* expected, const T& desired, function in class:SkAtomic

Completed in 115 milliseconds