Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsysevent/
H A Dlibevchannel.c191 (void) mutex_init(EV_LOCK(scp), USYNC_THREAD, NULL); in sysevent_evc_bind()
214 (void) mutex_lock(EV_LOCK(scp)); in sysevent_evc_unbind()
228 (void) mutex_unlock(EV_LOCK(scp)); in sysevent_evc_unbind()
247 (void) mutex_unlock(EV_LOCK(scp)); in sysevent_evc_unbind()
254 (void) mutex_destroy(EV_LOCK(scp)); in sysevent_evc_unbind()
293 (void) mutex_lock(EV_LOCK(scp)); in sysevent_evc_publish()
298 (void) mutex_unlock(EV_LOCK(scp)); in sysevent_evc_publish()
537 (void) mutex_lock(EV_LOCK(scp)); in sysevent_evc_subscribe_cmn()
547 (void) mutex_unlock(EV_LOCK(scp)); in sysevent_evc_subscribe_cmn()
560 (void) mutex_unlock(EV_LOCK(scp)); in sysevent_evc_subscribe_cmn()
[all …]
H A Dlibsysevent_impl.h134 #define EV_LOCK(evcp) (&(EVCHAN_IMPL_HNDL(evcp)->ev_lock)) macro