Searched refs:dtor_count (Results 1 – 2 of 2) sorted by relevance
43 size_t dtor_count; /* Counts how many times our destructor has already member61 if (++cache->dtor_count < PTHREAD_DESTRUCTOR_ITERATIONS) in trace_cache_free()66 PTHREAD_DESTRUCTOR_ITERATIONS - cache->dtor_count); in trace_cache_free()131 cache->dtor_count = 0; in trace_cache_create()
1053 int dtor_count = 0; in TEST_F() local1059 .WillOnce(Invoke([&dtor_count]() { dtor_count++; })); in TEST_F()1069 ASSERT_EQ(kNumProviders, dtor_count); in TEST_F()