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

/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c114 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */ member in struct:dns_adb
1190 LOCK(&adb->reflock);
1208 UNLOCK(&adb->reflock);
1214 LOCK(&adb->reflock);
1216 UNLOCK(&adb->reflock);
1221 LOCK(&adb->reflock);
1223 UNLOCK(&adb->reflock);
2002 DESTROYLOCK(&adb->reflock);
2071 result = isc_mutex_init(&adb->reflock);
2170 DESTROYLOCK(&adb->reflock);
[all...]

Completed in 16 milliseconds