Searched refs:cleanupCount (Results 1 – 2 of 2) sorted by relevance
140 header->cleanupCount += 1; in __cxa_begin_cleanup()141 if (header->cleanupCount == 1) { // First time in __cxa_begin_cleanup()161 header->cleanupCount -= 1; in helper_end_cleanup()162 if (header->cleanupCount == 0) { // Last one in helper_end_cleanup()
295 int cleanupCount; member