HomeSort by relevance Sort by last modified time
    Searched refs:cleanupCount (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 140 header->cleanupCount += 1;
141 if (header->cleanupCount == 1) { // First time
161 header->cleanupCount -= 1;
162 if (header->cleanupCount == 0) { // Last one
cxxabi_defines.h 295 int cleanupCount;

Completed in 444 milliseconds