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

/bind-9.11.3/lib/isc/pthreads/
H A Dmutex.c73 #ifndef ISC_MUTEX_PROFTABLESIZE
74 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024) macro
76 static isc_mutexstats_t stats[ISC_MUTEX_PROFTABLESIZE];
103 * rebuilt with an increased ISC_MUTEX_PROFTABLESIZE.
105 RUNTIME_CHECK(stats_next < ISC_MUTEX_PROFTABLESIZE);

Completed in 10 milliseconds