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

/bind-9.11.3/lib/dns/
H A Dadb.c559 isc_mutex_t *newentrylocks = NULL; local
595 newentrylocks = isc_mem_get(adb->mctx, sizeof(*newentrylocks) * n);
599 newentrylocks == NULL || newentry_sd == NULL ||
606 result = isc_mutexblock_init(newentrylocks, n);
668 adb->entrylocks = newentrylocks;
689 if (newentrylocks != NULL)
690 isc_mem_put(adb->mctx, newentrylocks,
691 sizeof(*newentrylocks) * n);

Completed in 26 milliseconds