Searched refs:stats_next (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 82 milliseconds