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

/macosx-10.9.5/libauto-185.5/
H A DStatistics.h210 inline volatile int64_t *last_should_collect_time() { return &_should_collect_interval_start;} function in class:Auto::Statistics
H A DZone.cpp1870 volatile int64_t *last_should_collect_time = _stats.last_should_collect_time(); local
1871 int64_t start = *last_should_collect_time;
1877 OSAtomicCompareAndSwap64(start, current_time, last_should_collect_time)) {

Completed in 162 milliseconds