Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/nls/
H A Dmsgcat.c73 #define UNLOCK { if (__isthreaded) \ macro
90 UNLOCK; \
156 UNLOCK; in __catopen_l()
161 UNLOCK; in __catopen_l()
166 UNLOCK; in __catopen_l()
369 UNLOCK; in catclose()
396 UNLOCK; in load_msgcat()
400 UNLOCK; in load_msgcat()
460 UNLOCK; in load_msgcat()
/dragonfly/lib/libc/citrus/
H A Dcitrus_mapper.c111 UNLOCK(&cm_lock); in _citrus_mapper_create_area()
346 UNLOCK(&cm_lock); in _citrus_mapper_open()
365 UNLOCK(&cm_lock); in _citrus_mapper_open()
388 UNLOCK(&cm_lock); in _citrus_mapper_close()
392 UNLOCK(&cm_lock); in _citrus_mapper_close()
406 UNLOCK(&cm_lock); in _citrus_mapper_set_persistent()
H A Dcitrus_iconv.c90 UNLOCK(&ci_lock); in init_cache()
244 UNLOCK(&ci_lock); in get_shared()
269 UNLOCK(&ci_lock); in release_shared()
H A Dcitrus_lock.h32 #define UNLOCK(lock) if (__isthreaded) \ macro
H A Dcitrus_csmapper.c337 UNLOCK(&ma_lock); in get_none()
/dragonfly/sys/dev/netif/oce/
H A Doce_if.c329 UNLOCK(&sc->dev_lock); in oce_detach()
395 UNLOCK(&sc->dev_lock); in oce_ioctl()
499 UNLOCK(&sc->dev_lock); in oce_init()
525 UNLOCK(&wq->tx_lock);
1104 UNLOCK(&wq->tx_lock); in oce_tx_task()
1995 UNLOCK(&sc->dev_lock); in oce_if_deactivate()
H A Doce_if.h542 #define UNLOCK(ocelock) lockmgr(&(ocelock)->lock, LK_RELEASE) macro
H A Doce_mbox.c391 UNLOCK(&sc->bmbx_lock); in oce_mbox_post()