Searched defs:want (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dadb.c1207 violate_locking_hierarchy(isc_mutex_t *have, isc_mutex_t *want) { argument
1208 if (isc_mutex_trylock(want) != ISC_R_SUCCESS) {
1210 LOCK(want);
3582 * want to dump out the name and/or entries too.

Completed in 47 milliseconds