HomeSort by: relevance | last modified time | path
    Searched refs:ievents (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr.c 347 isc_mutex_init(&worker->ievents[type].lock);
348 isc_condition_init(&worker->ievents[type].cond);
349 ISC_LIST_INIT(worker->ievents[type].list);
406 INSIST(ISC_LIST_EMPTY(worker->ievents[type].list));
407 isc_condition_destroy(&worker->ievents[type].cond);
408 isc_mutex_destroy(&worker->ievents[type].lock);
773 LOCK(&worker->ievents[type].lock);
774 INSIST(ISC_LIST_EMPTY(worker->ievents[type].list));
775 UNLOCK(&worker->ievents[type].lock);
898 isc_condition_t *cond = &worker->ievents[NETIEVENT_PRIORITY].cond
    [all...]
netmgr-int.h 214 ievent_t ievents[NETIEVENT_MAX]; member in struct:isc__networker

Completed in 23 milliseconds