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

/bind-9.6-ESV-R11/lib/dns/
H A Dopenssl_link.c67 static isc_mutex_t *locks = NULL; variable
120 LOCK(&locks[type]);
122 UNLOCK(&locks[type]);
164 locks = mem_alloc(sizeof(isc_mutex_t) * nlocks);
165 if (locks == NULL)
167 result = isc_mutexblock_init(locks, nlocks);
274 DESTROYMUTEXBLOCK(locks, nlocks);
276 mem_free(locks);
316 if (locks != NULL) {
318 DESTROYMUTEXBLOCK(locks, nlock
[all...]
H A Drequest.c69 isc_mutex_t locks[DNS_REQUEST_NLOCKS]; member in struct:dns_requestmgr
179 result = isc_mutex_init(&requestmgr->locks[i]);
182 DESTROYLOCK(&requestmgr->locks[i]);
405 DESTROYLOCK(&requestmgr->locks[i]);
1146 LOCK(&request->requestmgr->locks[request->hash]);
1151 UNLOCK(&request->requestmgr->locks[request->hash]);
1162 LOCK(&request->requestmgr->locks[request->hash]);
1168 UNLOCK(&request->requestmgr->locks[request->hash]);
1215 LOCK(&request->requestmgr->locks[request->hash]);
1219 UNLOCK(&request->requestmgr->locks[reques
[all...]

Completed in 13 milliseconds