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

/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c827 violate_locking_hierarchy(isc_mutex_t *have, isc_mutex_t *want) { argument
828 if (isc_mutex_trylock(want) != ISC_R_SUCCESS) {
830 LOCK(want);
2892 * want to dump out the name and/or entries too.

Completed in 1017 milliseconds