OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filelock
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
cache.c
133
isc_mutex_t
filelock
;
member in struct:dns_cache
152
/* Locked by '
filelock
'. */
154
/* Access to the on-disk cache file is also locked by '
filelock
'. */
214
isc_mutex_init(&cache->
filelock
);
317
isc_mutex_destroy(&cache->
filelock
);
395
isc_mutex_destroy(&cache->
filelock
);
466
LOCK(&cache->
filelock
);
471
UNLOCK(&cache->
filelock
);
486
LOCK(&cache->
filelock
);
489
UNLOCK(&cache->
filelock
);
[
all
...]
Completed in 45 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026