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

/bind-9.6-ESV-R11/lib/dns/
H A Dsdlz.c108 isc_mutex_t refcnt_lock; member in struct:dns_sdlz_db
313 LOCK(&sdlz->refcnt_lock);
316 UNLOCK(&sdlz->refcnt_lock);
329 (void)isc_mutex_destroy(&sdlz->refcnt_lock);
343 LOCK(&sdlz->refcnt_lock);
348 UNLOCK(&sdlz->refcnt_lock);
1270 result = isc_mutex_init(&sdlzdb->refcnt_lock);

Completed in 20 milliseconds