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

/external/libunwind/src/x86_64/
H A DGtrace.c43 size_t dtor_count; /* Counts how many times our destructor has already member in struct:__anon24717
61 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS)
66 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count);
131 cache->dtor_count = 0;

Completed in 138 milliseconds