Searched defs:filelock (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dcache.c121 isc_mutex_t filelock; member in struct:dns_cache
138 /* Locked by 'filelock'. */
140 /* Access to the on-disk cache file is also locked by 'filelock'. */
229 result = isc_mutex_init(&cache->filelock);
337 DESTROYLOCK(&cache->filelock);
406 DESTROYLOCK(&cache->filelock);
496 LOCK(&cache->filelock);
500 UNLOCK(&cache->filelock);
514 LOCK(&cache->filelock);
516 UNLOCK(&cache->filelock);
[all...]

Completed in 13 milliseconds