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

/bind-9.11.3/lib/dns/
H A Dacl.c568 static isc_mutex_t insecure_prefix_lock; variable
573 RUNTIME_CHECK(isc_mutex_init(&insecure_prefix_lock) == ISC_R_SUCCESS);
634 LOCK(&insecure_prefix_lock);
638 UNLOCK(&insecure_prefix_lock);

Completed in 33 milliseconds