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

/bind-9.6-ESV-R11/lib/isc/pthreads/
H A Dmutex.c80 #ifndef ISC_MUTEX_PROFTABLESIZE
81 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024) macro
83 static isc_mutexstats_t stats[ISC_MUTEX_PROFTABLESIZE];
110 * rebuilt with an increased ISC_MUTEX_PROFTABLESIZE.
112 RUNTIME_CHECK(stats_next < ISC_MUTEX_PROFTABLESIZE);

Completed in 9 milliseconds