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

/bind-9.11.3/lib/isc/
H A Dpk11.c101 static isc_mutex_t alloclock; variable
139 RUNTIME_CHECK(isc_mutex_init(&alloclock) == ISC_R_SUCCESS);
151 LOCK(&alloclock);
159 UNLOCK(&alloclock);
170 LOCK(&alloclock);
178 UNLOCK(&alloclock);
188 LOCK(&alloclock);
192 UNLOCK(&alloclock);
197 UNLOCK(&alloclock);

Completed in 14 milliseconds