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

  /external/skia/include/private/
SkAtomics.h 39 bool sk_atomic_compare_exchange(T*, T* expected, T desired,
86 return sk_atomic_compare_exchange(&fVal, expected, desired, success, failure);
128 bool sk_atomic_compare_exchange(T* ptr, T* expected, T desired, function
  /external/skia/src/core/
SkPicture.cpp 47 if (sk_atomic_compare_exchange(&fUniqueID, &id, next,
52 // sk_atomic_compare_exchange replaced id with the current value of fUniqueID.

Completed in 202 milliseconds