/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 320 UNLOCK(&manager->lock); in task_finished() 364 UNLOCK(&task->lock); in isc__task_create() 365 UNLOCK(&manager->lock); in isc__task_create() 375 UNLOCK(&manager->lock); in isc__task_create() 406 UNLOCK(&source->lock); in isc__task_attach() 472 UNLOCK(&manager->lock); in task_ready() 521 UNLOCK(&task->lock); in isc__task_detach() 579 UNLOCK(&task->lock); in isc__task_send() 620 UNLOCK(&task->lock); in isc__task_sendanddetach() 672 UNLOCK(&task->lock); in dequeue_events() [all …]
|
H A D | result.c | 143 UNLOCK(&lock); in register_table() 202 UNLOCK(&lock); in isc_result_totext()
|
H A D | log.c | 454 UNLOCK(&lctx->lock); in isc_logconfig_use() 975 UNLOCK(&lctx->lock); in isc_log_setdebuglevel() 1048 UNLOCK(&lctx->lock); in isc_log_closefilelogs() 1614 UNLOCK(&lctx->lock); in isc_log_doit() 1766 UNLOCK(&lctx->lock); in isc_log_doit()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | listener.c | 107 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro 135 UNLOCK(listener); in listener_decref_and_unlock() 140 UNLOCK(listener); in listener_decref_and_unlock() 302 UNLOCK(lev); in evconnlistener_enable() 313 UNLOCK(lev); in evconnlistener_disable() 339 UNLOCK(lev); in evconnlistener_get_fd() 357 UNLOCK(lev); in evconnlistener_get_base() 381 UNLOCK(lev); in evconnlistener_set_cb() 390 UNLOCK(lev); in evconnlistener_set_error_cb() 417 UNLOCK(lev); in listener_read_cb() [all …]
|
/freebsd/contrib/libevent/ |
H A D | listener.c | 107 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro 135 UNLOCK(listener); in listener_decref_and_unlock() 140 UNLOCK(listener); in listener_decref_and_unlock() 302 UNLOCK(lev); in evconnlistener_enable() 313 UNLOCK(lev); in evconnlistener_disable() 339 UNLOCK(lev); in evconnlistener_get_fd() 357 UNLOCK(lev); in evconnlistener_get_base() 381 UNLOCK(lev); in evconnlistener_set_cb() 390 UNLOCK(lev); in evconnlistener_set_error_cb() 417 UNLOCK(lev); in listener_read_cb() [all …]
|
/freebsd/lib/libc/nls/ |
H A D | msgcat.c | 76 #define UNLOCK { if (__isthreaded) \ macro 97 UNLOCK; \ 165 UNLOCK; in __catopen_l() 170 UNLOCK; in __catopen_l() 175 UNLOCK; in __catopen_l() 377 UNLOCK; in catclose() 405 UNLOCK; in load_msgcat() 409 UNLOCK; in load_msgcat() 487 UNLOCK; in load_msgcat()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_mapper.c | 109 UNLOCK(&cm_lock); in _citrus_mapper_create_area() 344 UNLOCK(&cm_lock); in _citrus_mapper_open() 363 UNLOCK(&cm_lock); in _citrus_mapper_open() 386 UNLOCK(&cm_lock); in _citrus_mapper_close() 390 UNLOCK(&cm_lock); in _citrus_mapper_close() 404 UNLOCK(&cm_lock); in _citrus_mapper_set_persistent()
|
H A D | citrus_iconv.c | 89 UNLOCK(&ci_lock); in init_cache() 245 UNLOCK(&ci_lock); in get_shared() 270 UNLOCK(&ci_lock); in release_shared()
|
H A D | citrus_lock.h | 33 #define UNLOCK(lock) if (__isthreaded) \ macro
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_host1x.c | 61 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro 148 UNLOCK(sc); in host1x_drm_init() 163 UNLOCK(sc); in host1x_drm_exit() 184 UNLOCK(sc); in host1x_drm_exit() 389 UNLOCK(sc); in host1x_register_client() 410 UNLOCK(sc); in host1x_deregister_client() 414 UNLOCK(sc); in host1x_deregister_client() 426 UNLOCK(sc); in host1x_gen_intr() 436 UNLOCK(sc); in host1x_syncpt_intr()
|
H A D | tegra_dc.c | 59 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro 492 UNLOCK(sc); in dc_setup_window() 567 UNLOCK(sc); in dc_plane_disable() 849 UNLOCK(sc); in tegra_dc_enable_vblank() 866 UNLOCK(sc); in tegra_dc_disable_vblank() 896 UNLOCK(sc); in dc_finish_page_flip()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pthread7.sh | 167 UNLOCK(newfiles); 192 UNLOCK(newfiles); 200 UNLOCK(renamedfiles); 223 UNLOCK(renamedfiles);
|
H A D | pthread2.sh | 182 UNLOCK(newfiles); 207 UNLOCK(newfiles); 215 UNLOCK(renamedfiles); 238 UNLOCK(renamedfiles);
|
H A D | pthread3.sh | 170 UNLOCK(newfiles); 196 UNLOCK(newfiles); 204 UNLOCK(renamedfiles); 227 UNLOCK(renamedfiles);
|
H A D | pthread4.sh | 177 UNLOCK(newfiles); 203 UNLOCK(newfiles); 211 UNLOCK(renamedfiles); 234 UNLOCK(renamedfiles);
|
H A D | pthread6.sh | 169 UNLOCK(newfiles); 195 UNLOCK(newfiles); 203 UNLOCK(renamedfiles); 226 UNLOCK(renamedfiles);
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620_rtc.c | 84 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro 244 UNLOCK(sc); in max77620_rtc_gettime() 250 UNLOCK(sc); in max77620_rtc_gettime() 292 UNLOCK(sc); in max77620_rtc_settime() 297 UNLOCK(sc); in max77620_rtc_settime()
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_rtc.c | 79 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro 136 UNLOCK(sc); in tegra_rtc_gettime() 155 UNLOCK(sc); in tegra_rtc_settime() 170 UNLOCK(sc); in tegra_rtc_intr()
|
H A D | tegra_i2c.c | 195 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro 425 UNLOCK(sc); in tegra_i2c_intr() 470 UNLOCK(sc); in tegra_i2c_intr() 519 UNLOCK(sc); in tegra_i2c_poll() 599 UNLOCK(sc); in tegra_i2c_transfer() 615 UNLOCK(sc); in tegra_i2c_iicbus_reset()
|
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_machdep.c | 60 #define UNLOCK 0x1ACCE551 macro 140 bus_space_write_4(fdtbus_bs_tag, wdbaddr, WDTLOCK, UNLOCK); in alpine_cpu_reset()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | strerror.c | 65 UNLOCK(&isc_strerror_lock); in isc__strerror()
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.c | 427 UNLOCK(&sc->dev_lock); in oce_detach() 493 UNLOCK(&sc->dev_lock); in oce_ioctl() 632 UNLOCK(&sc->dev_lock); in oce_init() 654 UNLOCK(&wq->tx_lock); in oce_multiq_start() 1346 UNLOCK(&wq->tx_lock); in oce_tx_task() 1371 UNLOCK(&sc->wq[def_q]->tx_lock); in oce_start() 1419 UNLOCK(&wq->tx_compl_lock); in oce_wq_handler() 2026 UNLOCK(&rq->rx_lock); in oce_rq_handler_lro() 2087 UNLOCK(&rq->rx_lock); in oce_rq_handler() 2499 UNLOCK( in oce_tx_compl_clean() [all...] |
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | strerror.c | 82 UNLOCK(&isc_strerror_lock);
|
/freebsd/sys/dev/iicbus/pmic/ |
H A D | act8846.c | 61 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | util.h | 108 #define UNLOCK(lp) do { \ macro
|