Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsysevent/
H A Dlibsysevent.c842 if (mutex_trylock(SH_LOCK(shp)) != 0) { in event_deliver_service()
849 (void) mutex_unlock(SH_LOCK(shp)); in event_deliver_service()
856 (void) mutex_unlock(SH_LOCK(shp)); in event_deliver_service()
864 (void) mutex_unlock(SH_LOCK(shp)); in event_deliver_service()
876 (void) mutex_unlock(SH_LOCK(shp)); in event_deliver_service()
891 (void) mutex_unlock(SH_LOCK(shp)); in event_deliver_service()
1504 (void) mutex_lock(SH_LOCK(shp)); in cache_update_service()
1577 (void) mutex_unlock(SH_LOCK(shp)); in cache_update_service()
1609 (void) mutex_lock(SH_LOCK(shp)); in sysevent_send_event()
1615 (void) mutex_unlock(SH_LOCK(shp)); in sysevent_send_event()
[all …]
H A Dlibsysevent_impl.h104 #define SH_LOCK(sehp) (&(SYSEVENT_IMPL_HNDL(sehp)->sh_lock)) macro