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

  /external/skia/include/core/
SkInstCnt.h 68 static int32_t Count() { return sk_acquire_load(&gCount); }
SkAtomics.h 103 T sk_acquire_load(T* ptr) { return sk_atomic_load(ptr, sk_memory_order_acquire); } function
  /external/skia/src/core/
SkTaskGroup.cpp 53 while (sk_acquire_load(pending) > 0) { // Pairs with sk_atomic_dec here or in Loop.
68 sk_atomic_dec(work.pending); // Release pairs with the sk_acquire_load() just above.
150 sk_atomic_dec(work.pending); // Release pairs with sk_acquire_load() in Wait().

Completed in 225 milliseconds