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

/bind-9.11.3/lib/dns/
H A Dopenssl_link.c53 static int nlocks; variable
207 nlocks = CRYPTO_num_locks();
208 locks = mem_alloc(sizeof(isc_mutex_t) * nlocks FILELINE);
211 result = isc_mutexblock_init(locks, nlocks);
296 DESTROYMUTEXBLOCK(locks, nlocks);
353 DESTROYMUTEXBLOCK(locks, nlocks);

Completed in 11 milliseconds