Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/lib/isc/pthreads/
H A Dmutex.c93 static int stats_next = 0; variable
121 RUNTIME_CHECK(stats_next < ISC_MUTEX_PROFTABLESIZE); in isc_mutex_init_profile()
122 mp->stats = &stats[stats_next++]; in isc_mutex_init_profile()
211 for (i = 0; i < stats_next; i++) { in isc_mutex_statsprofile()