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

/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c102 static isc_mutex_t createlock; variable
215 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
227 LOCK(&createlock);
232 UNLOCK(&createlock);

Completed in 9 milliseconds