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

/bind-9.11.3/lib/isc/
H A Dapp_api.c21 static isc_mutex_t createlock; variable
30 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
39 LOCK(&createlock);
44 UNLOCK(&createlock);
56 LOCK(&createlock);
61 UNLOCK(&createlock);
H A Dhash.c91 static isc_mutex_t createlock; variable
205 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
217 LOCK(&createlock);
223 UNLOCK(&createlock);
H A Dsocket_api.c20 static isc_mutex_t createlock; variable
26 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
35 LOCK(&createlock);
40 UNLOCK(&createlock);
51 LOCK(&createlock);
56 UNLOCK(&createlock);
71 LOCK(&createlock);
76 UNLOCK(&createlock);
H A Dtimer.c1050 static isc_mutex_t createlock; variable
1056 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
1065 LOCK(&createlock);
1070 UNLOCK(&createlock);
1081 LOCK(&createlock);
1086 UNLOCK(&createlock);
1101 LOCK(&createlock);
1106 UNLOCK(&createlock);
H A Dtask.c2028 static isc_mutex_t createlock; variable
2034 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
2043 LOCK(&createlock);
2048 UNLOCK(&createlock);
2060 LOCK(&createlock);
2066 UNLOCK(&createlock);
2083 LOCK(&createlock);
2089 UNLOCK(&createlock);
H A Dmem.c112 static isc_mutex_t createlock; variable
872 RUNTIME_CHECK(isc_mutex_init(&createlock) == ISC_R_SUCCESS);
2665 LOCK(&createlock);
2670 UNLOCK(&createlock);
2682 LOCK(&createlock);
2687 UNLOCK(&createlock);
2700 LOCK(&createlock);
2706 UNLOCK(&createlock);

Completed in 27 milliseconds