Searched refs:lcfg_rwl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c150 isc_rwlock_t lcfg_rwl; member in struct:isc_log
151 /* Locked by isc_log lcfg_rwl */
273 isc_rwlock_init(&lctx->lcfg_rwl, 0, 0);
374 WRLOCK(&lctx->lcfg_rwl);
378 WRUNLOCK(&lctx->lcfg_rwl);
401 WRLOCK(&lctx->lcfg_rwl);
404 WRUNLOCK(&lctx->lcfg_rwl);
410 isc_rwlock_destroy(&lctx->lcfg_rwl);
450 RDLOCK(&lcfg->lctx->lcfg_rwl);
452 RDUNLOCK(&lcfg->lctx->lcfg_rwl);
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c154 isc_rwlock_t lcfg_rwl; member in struct:isc_log
155 /* Locked by isc_log lcfg_rwl */
276 isc_rwlock_init(&lctx->lcfg_rwl, 0, 0);
377 WRLOCK(&lctx->lcfg_rwl);
381 WRUNLOCK(&lctx->lcfg_rwl);
404 WRLOCK(&lctx->lcfg_rwl);
407 WRUNLOCK(&lctx->lcfg_rwl);
413 isc_rwlock_destroy(&lctx->lcfg_rwl);
453 RDLOCK(&lcfg->lctx->lcfg_rwl);
455 RDUNLOCK(&lcfg->lctx->lcfg_rwl);
[all...]

Completed in 184 milliseconds