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

/bind-9.11.3/bin/named/
H A Dserver.c5997 * XXX should scan interfaces unlocked and get exclusive access
7293 isc_boolean_t exclusive = ISC_FALSE; local
7426 /* Ensure exclusive access to configuration data. */
7427 if (!exclusive) {
7430 exclusive = ISC_TRUE;
8477 /* Relinquish exclusive access to configuration data. */
8478 if (exclusive) {
8594 * ensures that after we leave task-exclusive mode, no
8833 * startup and shutdown of the server, as well as all exclusive
12175 isc_boolean_t exclusive local
12838 isc_boolean_t exclusive = ISC_FALSE; local
[all...]

Completed in 38 milliseconds