HomeSort by: relevance | last modified time | path
    Searched defs:ISC_MUTEX_PROFTABLESIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/
mutex.c 91 #ifndef ISC_MUTEX_PROFTABLESIZE
92 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024)
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);
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
mutex.c 78 #ifndef ISC_MUTEX_PROFTABLESIZE
79 #define ISC_MUTEX_PROFTABLESIZE (1024 * 1024)
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 16 milliseconds