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

/bind-9.11.3/lib/isc/
H A Dmem.c111 static isc_mutex_t contextslock; variable
873 RUNTIME_CHECK(isc_mutex_init(&contextslock) == ISC_R_SUCCESS);
1001 LOCK(&contextslock);
1003 UNLOCK(&contextslock);
1031 LOCK(&contextslock);
1034 UNLOCK(&contextslock);
2274 LOCK(&contextslock);
2281 UNLOCK(&contextslock);
2293 LOCK(&contextslock);
2310 UNLOCK(&contextslock);
[all...]

Completed in 15 milliseconds