OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stats_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/
mutex.c
95
static int
stats_next
= 0;
variable
123
RUNTIME_CHECK(
stats_next
< ISC_MUTEX_PROFTABLESIZE);
124
mp->stats = &stats[
stats_next
++];
213
for (i = 0; i <
stats_next
; i++) {
/src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
mutex.c
82
static int
stats_next
= 0;
variable
111
RUNTIME_CHECK(
stats_next
< ISC_MUTEX_PROFTABLESIZE);
112
mp->stats = &stats[
stats_next
++];
200
for (i = 0; i <
stats_next
; i++) {
/src/external/bsd/nsd/dist/
remote.c
143
struct rc_state*
stats_next
;
member in struct:rc_state
692
n->
stats_next
= NULL;
Completed in 24 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026