Searched refs:atomicCounter (Results 1 – 3 of 3) sorted by relevance
74 int64_t atomicCounter = variable76 if (atomicCounter <= lastCounter) {77 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter,95 offset, atomicCounter, token, type, timestamp);107 lastCounter = atomicCounter;
29 private AtomicInteger atomicCounter = new AtomicInteger(); field in Main137 atomicCounter.addAndGet(y); in run()181 if (atomicCounter.get() != TOTAL_ITERS) { in run()207 runAll(new RepeatedIncrementer(), () -> { atomicCounter.set(0); }, new CheckAtomicCounter()); in run()
201 int64_t atomicCounter = *reinterpret_cast<uint32_t *>(start + (size_t)O::ATOMIC_COUNTER); in parseEvents() local202 if (atomicCounter <= lastCounter) { in parseEvents()214 lastCounter = atomicCounter; in parseEvents()