Home
last modified time | relevance | path

Searched refs:oldC (Results 1 – 1 of 1) sorted by relevance

/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp218 int oldC = count_.load(); in CountDown() local
219 while (oldC > 0) { in CountDown()
220 if (count_.compare_exchange_strong(oldC, oldC - 1)) { in CountDown()
221 if (oldC == 1) { in CountDown()
227 oldC = count_.load(); in CountDown()