Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dmutex.c89 #ifndef ISC_MUTEX_PROFTABLESIZE
90 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024) macro
92 static isc_mutexstats_t stats[ISC_MUTEX_PROFTABLESIZE];
121 RUNTIME_CHECK(stats_next < ISC_MUTEX_PROFTABLESIZE); in isc_mutex_init_profile()