Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h72 thread_t sp_handler_tid; /* delivery handler thread id */ member
H A Dlibsysevent.c768 if (sub_info->sp_handler_tid == 0) in subscriber_event_handler()
769 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()
2510 if (sub_info->sp_handler_tid != 0) in sysevent_unbind_subscriber()
2511 (void) thr_join(sub_info->sp_handler_tid, NULL, NULL); in sysevent_unbind_subscriber()