Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h72 thread_t sp_handler_tid; /* delivery handler thread id */ member
H A Dlibsysevent.c767 if (sub_info->sp_handler_tid == NULL) in subscriber_event_handler()
768 sub_info->sp_handler_tid = thr_self(); in subscriber_event_handler()
2224 shp, THR_BOUND, &sub_info->sp_handler_tid) == 0; in sysevent_bind_subscriber_cmn()
2511 if (sub_info->sp_handler_tid != NULL) in sysevent_unbind_subscriber()
2512 (void) thr_join(sub_info->sp_handler_tid, NULL, NULL); in sysevent_unbind_subscriber()