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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dlib.c82 static isc_mutex_t reflock; variable
108 result = isc_mutex_init(&reflock);
143 LOCK(&reflock);
145 UNLOCK(&reflock);
154 LOCK(&reflock);
157 UNLOCK(&reflock);
H A Dadb.c107 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */ member in struct:dns_adb
1516 LOCK(&adb->reflock);
1534 UNLOCK(&adb->reflock);
1540 LOCK(&adb->reflock);
1542 UNLOCK(&adb->reflock);
1547 LOCK(&adb->reflock);
1549 UNLOCK(&adb->reflock);
2381 DESTROYLOCK(&adb->reflock);
2487 result = isc_mutex_init(&adb->reflock);
2661 DESTROYLOCK(&adb->reflock);
[all...]

Completed in 41 milliseconds