Home
last modified time | relevance | path

Searched refs:oldRefCnt (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkString.cpp242 int32_t oldRefCnt = this->fRefCnt.fetch_add(-1, std::memory_order_acq_rel); in unref() local
243 SkASSERT(oldRefCnt); in unref()
244 if (1 == oldRefCnt) { in unref()

Completed in 2 milliseconds