OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Apr 13 00:22:24 UTC 2026