HomeSort by: relevance | last modified time | path
    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 15 milliseconds