Home
last modified time | relevance | path

Searched refs:history_count (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c368 if(e->history_count > 1 && in checklock_destroy()
369 1000*e->contention_count/e->history_count > contention_interest) { in checklock_destroy()
373 (unsigned int)e->history_count, in checklock_destroy()
374 (int)(100*e->contention_count/e->history_count)); in checklock_destroy()
479 lock->history_count++; in checklock_lockit()
778 (unsigned)lock->contention_count, (unsigned)lock->history_count, in lock_debug_info()
H A Dchecklocks.h138 size_t history_count; member