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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 104 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */ member in struct:dns_adb
1630 LOCK(&adb->reflock);
1649 UNLOCK(&adb->reflock);
1655 LOCK(&adb->reflock);
1657 UNLOCK(&adb->reflock);
1662 LOCK(&adb->reflock);
1664 UNLOCK(&adb->reflock);
2549 isc_mutex_destroy(&adb->reflock);
2641 isc_mutex_init(&adb->reflock);
2773 isc_mutex_destroy(&adb->reflock);
    [all...]
adb.c 104 isc_mutex_t reflock; /*%< Covers irefcnt, erefcnt */ member in struct:dns_adb
1630 LOCK(&adb->reflock);
1649 UNLOCK(&adb->reflock);
1655 LOCK(&adb->reflock);
1657 UNLOCK(&adb->reflock);
1662 LOCK(&adb->reflock);
1664 UNLOCK(&adb->reflock);
2549 isc_mutex_destroy(&adb->reflock);
2641 isc_mutex_init(&adb->reflock);
2773 isc_mutex_destroy(&adb->reflock);
    [all...]

Completed in 71 milliseconds