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

/bind-9.11.3/lib/dns/
H A Dlib.c71 static isc_mutex_t reflock; variable
95 result = isc_mutex_init(&reflock);
130 LOCK(&reflock);
132 UNLOCK(&reflock);
141 LOCK(&reflock);
144 UNLOCK(&reflock);
H A Dadb.c97 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */ member in struct:dns_adb
1575 LOCK(&adb->reflock);
1593 UNLOCK(&adb->reflock);
1599 LOCK(&adb->reflock);
1601 UNLOCK(&adb->reflock);
1606 LOCK(&adb->reflock);
1608 UNLOCK(&adb->reflock);
2503 DESTROYLOCK(&adb->reflock);
2613 result = isc_mutex_init(&adb->reflock);
2794 DESTROYLOCK(&adb->reflock);
[all...]

Completed in 20 milliseconds