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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c88 #define ACACHE_LOCK(l, t) RWLOCK((l), (t)) macro
96 #define ACACHE_LOCK(l, t) LOCK(l) macro
312 ACACHE_LOCK(&acache->entrylocks[entry->locknum],
845 ACACHE_LOCK(&acache->entrylocks[entry->locknum],
1311 ACACHE_LOCK(&acache->entrylocks[entry->locknum],
1334 ACACHE_LOCK(&acache->entrylocks[entry->locknum],
1467 ACACHE_LOCK(&acache->entrylocks[locknum], isc_rwlocktype_read);
1554 ACACHE_LOCK(&acache->entrylocks[entry->locknum], isc_rwlocktype_write);
1676 ACACHE_LOCK(&acache->entrylocks[entry->locknum], isc_rwlocktype_write);

Completed in 89 milliseconds