Home
last modified time | relevance | path

Searched defs:DestroyCounter (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_thread/
Ddeprecated_or_new_thread_function_test.cc45 class DestroyCounter { class
47 DestroyCounter(int& counter) : counter_(&counter) {} in DestroyCounter() function in __anon33483a2f0111::DestroyCounter
50 DestroyCounter(DestroyCounter&& other) : counter_(other.counter_) { in DestroyCounter() function in __anon33483a2f0111::DestroyCounter
/external/pigweed/pw_allocator/
Dbump_allocator_test.cc28 class DestroyCounter final { class
30 DestroyCounter(size_t* counter) : counter_(counter) {} in DestroyCounter() function in __anon741899960111::DestroyCounter