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

/netbsd-current/external/bsd/ntp/dist/lib/isc/pthreads/
H A Dmutex.c91 #ifndef ISC_MUTEX_PROFTABLESIZE
92 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024) macro
94 static isc_mutexstats_t stats[ISC_MUTEX_PROFTABLESIZE];
121 * rebuilt with an increased ISC_MUTEX_PROFTABLESIZE.
123 RUNTIME_CHECK(stats_next < ISC_MUTEX_PROFTABLESIZE);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
H A Dmutex.c78 #ifndef ISC_MUTEX_PROFTABLESIZE
79 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024) macro
80 #endif /* ifndef ISC_MUTEX_PROFTABLESIZE */
81 static isc_mutexstats_t stats[ISC_MUTEX_PROFTABLESIZE];
109 * rebuilt with an increased ISC_MUTEX_PROFTABLESIZE.
111 RUNTIME_CHECK(stats_next < ISC_MUTEX_PROFTABLESIZE);

Completed in 137 milliseconds