Searched refs:sub_info (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c761 subscriber_priv_t *sub_info; local
764 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp);
767 if (sub_info->sp_handler_tid == NULL)
768 sub_info->sp_handler_tid = thr_self();
770 (void) mutex_lock(&sub_info->sp_qlock);
772 while (sub_info->sp_evq_head == NULL && SH_BOUND(shp)) {
773 (void) cond_wait(&sub_info->sp_cv, &sub_info->sp_qlock);
775 evqp = sub_info->sp_evq_head;
777 (void) mutex_unlock(&sub_info
816 subscriber_priv_t *sub_info; local
952 update_publisher_cache(subscriber_priv_t *sub_info, int update_op, uint32_t sub_id, size_t datasz, uchar_t *data) argument
2105 subscriber_priv_t *sub_info; local
2478 subscriber_priv_t *sub_info; local
[all...]

Completed in 60 milliseconds