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

/macosx-10.10.1/libauto-186/
H A DSubzone.h82 unsigned char * volatile _checking_counts; // collection checking counts, by quantum index member in class:Auto::Subzone
769 unsigned char *counts = _checking_counts;
782 if (_checking_counts == NULL && count != 0) {
786 if (!OSAtomicCompareAndSwapPtrBarrier(NULL, tmp, (void * volatile *)(void *)&_checking_counts))
791 unsigned char *counts = _checking_counts;
804 unsigned char *counts = _checking_counts;
805 if (OSAtomicCompareAndSwapPtrBarrier(counts, NULL, (void * volatile *)(void *)&_checking_counts))

Completed in 165 milliseconds