Home
last modified time | relevance | path

Searched refs:SH_LOCK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c891 (void) mutex_unlock(SH_LOCK(shp)); in event_deliver_service()
1503 (void) mutex_lock(SH_LOCK(shp)); in cache_update_service()
1608 (void) mutex_lock(SH_LOCK(shp)); in sysevent_send_event()
1898 (void) mutex_lock(SH_LOCK(shp)); in sysevent_close_channel()
1905 (void) mutex_lock(SH_LOCK(shp)); in sysevent_close_channel()
1935 (void) mutex_lock(SH_LOCK(shp)); in sysevent_bind_publisher()
2116 (void) mutex_lock(SH_LOCK(shp)); in sysevent_bind_subscriber_cmn()
2317 (void) mutex_lock(SH_LOCK(shp)); in sysevent_register_event()
2380 (void) mutex_lock(SH_LOCK(shp)); in sysevent_unregister_event()
2482 (void) mutex_lock(SH_LOCK(shp)); in sysevent_unbind_subscriber()
[all …]
H A Dlibsysevent_impl.h104 #define SH_LOCK(sehp) (&(SYSEVENT_IMPL_HNDL(sehp)->sh_lock)) macro