Home | History | Annotate | Download | only in dns

Lines Matching defs:filelock

133 	isc_mutex_t filelock;
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);
504 LOCK(&cache->filelock);
508 UNLOCK(&cache->filelock);