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

/bind-9.6-ESV-R11/lib/dns/
H A Dcache.c125 isc_mutex_t filelock; member in struct:dns_cache
139 /* Locked by 'filelock'. */
141 /* Access to the on-disk cache file is also locked by 'filelock'. */
222 result = isc_mutex_init(&cache->filelock);
317 DESTROYLOCK(&cache->filelock);
376 DESTROYLOCK(&cache->filelock);
466 LOCK(&cache->filelock);
470 UNLOCK(&cache->filelock);
484 LOCK(&cache->filelock);
486 UNLOCK(&cache->filelock);
[all...]

Completed in 10 milliseconds