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

/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp692 static size_t previous_handle_count = 0u; local
696 if (handle_count != previous_handle_count) {
700 } else if (previous_handle_count > hwd_limit) {
706 previous_handle_count = handle_count;

Completed in 79 milliseconds