Home
last modified time | relevance | path

Searched refs:wait_lock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dredis.c87 lock_basic_type wait_lock; member
126 lock_basic_destroy(&(*moddata)->wait_lock); in moddata_clean()
140 lock_basic_type* wait_lock, in redis_connect() argument
150 (void)wait_lock; in redis_connect()
165 lock_basic_lock(wait_lock); in redis_connect()
167 lock_basic_unlock(wait_lock); in redis_connect()
240 lock_basic_lock(wait_lock); in redis_connect()
242 lock_basic_unlock(wait_lock); in redis_connect()
270 lock_basic_init(&moddata->wait_lock); in redis_init()
271 lock_protect(&moddata->wait_lock, &moddata->reconnect_wait, in redis_init()
[all …]
/freebsd/sys/dev/firewire/
H A Dfw_helpers.h57 mtx_lock(&fc->wait_lock); in fw_xfer_timeout_cancel()
60 mtx_unlock(&fc->wait_lock); in fw_xfer_timeout_cancel()
79 struct mtx *lock = &fc->wait_lock; in fw_xferwait_timo()
H A Dfirewire.c290 struct mtx *lock = &xfer->fc->wait_lock; in fw_xferwake()
303 struct mtx *lock = &xfer->fc->wait_lock; in fw_xferwait()
457 mtx_init(&fc->wait_lock, "fwwait", NULL, MTX_DEF); in firewire_attach()
554 mtx_lock(&fc->wait_lock); in firewire_detach()
557 if (msleep(fc->probe_thread, &fc->wait_lock, PWAIT, "fwthr", hz * 60)) in firewire_detach()
559 mtx_unlock(&fc->wait_lock); in firewire_detach()
594 mtx_destroy(&fc->wait_lock); in firewire_detach()
1770 mtx_lock(&fc->wait_lock); in fw_bus_probe_thread()
1773 mtx_unlock(&fc->wait_lock); in fw_bus_probe_thread()
1779 mtx_lock(&fc->wait_lock); in fw_bus_probe_thread()
[all …]
H A Dfirewirereg.h194 struct mtx wait_lock; member