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

  /external/skia/src/core/
SkSharedMutex.cpp 301 } while (!fQueueCounts.compare_exchange(&oldQueueCounts, newQueueCounts,
324 } 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
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp 1023 inline int compare_exchange(volatile int * dest, int exchange, int comparand) function in namespace:cl::detail
    [all...]

Completed in 82 milliseconds