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

/bind-9.11.3/bin/named/
H A Dlwdclient.c481 ns_lwdclient_initialize(ns_lwdclient_t *client, ns_lwdclientmgr_t *cmgr) { argument
482 client->clientmgr = cmgr;
504 LOCK(&cmgr->lock);
505 ISC_LIST_APPEND(cmgr->idle, client, link);
506 UNLOCK(&cmgr->lock);

Completed in 26 milliseconds