Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/ntp/libntp/lib/isc/
Dtask.c320 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 …]
Dresult.c143 UNLOCK(&lock); in register_table()
202 UNLOCK(&lock); in isc_result_totext()
Dlog.c454 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-12-stable/contrib/binutils/libiberty/
Dsetenv.c73 #define UNLOCK macro
114 UNLOCK; in setenv()
123 UNLOCK; in setenv()
148 UNLOCK; in setenv()
158 UNLOCK; in setenv()
182 UNLOCK; in unsetenv()
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dsetenv.c73 #define UNLOCK macro
114 UNLOCK; in setenv()
123 UNLOCK; in setenv()
148 UNLOCK; in setenv()
158 UNLOCK; in setenv()
182 UNLOCK; in unsetenv()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dlistener.c107 #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-12-stable/contrib/libevent/
Dlistener.c107 #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-12-stable/lib/libc/nls/
Dmsgcat.c76 #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()
479 UNLOCK; in load_msgcat()
/freebsd-12-stable/lib/libc/iconv/
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()
Dcitrus_iconv.c90 UNLOCK(&ci_lock); in init_cache()
244 UNLOCK(&ci_lock); in get_shared()
269 UNLOCK(&ci_lock); in release_shared()
Dcitrus_lock.h34 #define UNLOCK(lock) if (__isthreaded) \ macro
Dcitrus_csmapper.c337 UNLOCK(&ma_lock); in get_none()
/freebsd-12-stable/sys/arm/nvidia/drm2/
Dtegra_host1x.c64 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
153 UNLOCK(sc); in host1x_drm_init()
168 UNLOCK(sc); in host1x_drm_exit()
189 UNLOCK(sc); in host1x_drm_exit()
396 UNLOCK(sc); in host1x_register_client()
417 UNLOCK(sc); in host1x_deregister_client()
421 UNLOCK(sc); in host1x_deregister_client()
433 UNLOCK(sc); in host1x_gen_intr()
443 UNLOCK(sc); in host1x_syncpt_intr()
Dtegra_dc.c62 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
498 UNLOCK(sc); in dc_setup_window()
573 UNLOCK(sc); in dc_plane_disable()
857 UNLOCK(sc); in tegra_dc_enable_vblank()
874 UNLOCK(sc); in tegra_dc_disable_vblank()
904 UNLOCK(sc); in dc_finish_page_flip()
/freebsd-12-stable/sys/arm/nvidia/
Dtegra_rtc.c81 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
138 UNLOCK(sc); in tegra_rtc_gettime()
158 UNLOCK(sc); in tegra_rtc_settime()
174 UNLOCK(sc); in tegra_rtc_intr()
Dtegra_i2c.c197 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
426 UNLOCK(sc); in tegra_i2c_intr()
471 UNLOCK(sc); in tegra_i2c_intr()
521 UNLOCK(sc); in tegra_i2c_poll()
601 UNLOCK(sc); in tegra_i2c_transfer()
617 UNLOCK(sc); in tegra_i2c_iicbus_reset()
Dtegra_mc.c103 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
Das3722.c67 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
Dtegra_xhci.c219 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
/freebsd-12-stable/sys/arm/annapurna/alpine/
Dalpine_machdep.c63 #define UNLOCK 0x1ACCE551 macro
143 bus_space_write_4(fdtbus_bs_tag, wdbaddr, WDTLOCK, UNLOCK); in alpine_cpu_reset()
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/unix/
Dstrerror.c65 UNLOCK(&isc_strerror_lock); in isc__strerror()
/freebsd-12-stable/sys/dev/oce/
Doce_if.c441 UNLOCK(&sc->dev_lock); in oce_detach()
510 UNLOCK(&sc->dev_lock); in oce_ioctl()
650 UNLOCK(&sc->dev_lock); in oce_init()
673 UNLOCK(&wq->tx_lock); in oce_multiq_start()
1389 UNLOCK(&wq->tx_lock); in oce_tx_task()
1419 UNLOCK(&sc->wq[def_q]->tx_lock); in oce_start()
1473 UNLOCK(&wq->tx_compl_lock); in oce_wq_handler()
2098 UNLOCK(&rq->rx_lock); in oce_rq_handler_lro()
2156 UNLOCK(&rq->rx_lock); in oce_rq_handler()
2579 UNLOCK(&wq->tx_compl_lock); in oce_tx_compl_clean()
[all …]
Doce_if.h550 #define UNLOCK(lock) mtx_unlock(&(lock)->mutex) macro
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/win32/
Dstrerror.c80 UNLOCK(&isc_strerror_lock); in isc__strerror()
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/include/isc/
Dutil.h108 #define UNLOCK(lp) do { \ macro

12