Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c771 (void) mutex_lock(&sub_info->sp_qlock); in subscriber_event_handler()
774 (void) cond_wait(&sub_info->sp_cv, &sub_info->sp_qlock); in subscriber_event_handler()
778 (void) mutex_unlock(&sub_info->sp_qlock); in subscriber_event_handler()
780 (void) mutex_lock(&sub_info->sp_qlock); in subscriber_event_handler()
787 (void) mutex_unlock(&sub_info->sp_qlock); in subscriber_event_handler()
881 (void) mutex_lock(&sub_info->sp_qlock); in event_deliver_service()
890 (void) mutex_unlock(&sub_info->sp_qlock); in event_deliver_service()
2145 (void) mutex_init(&sub_info->sp_qlock, USYNC_THREAD, NULL); in sysevent_bind_subscriber_cmn()
2259 (void) mutex_destroy(&sub_info->sp_qlock); in sysevent_bind_subscriber_cmn()
2505 (void) mutex_lock(&sub_info->sp_qlock); in sysevent_unbind_subscriber()
[all …]
H A Dlibsysevent_impl.h70 mutex_t sp_qlock; /* event queue lock */ member