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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c56 static pthread_t g_sysev_tid; variable
784 g_sysev_tid = fmd_thr_create(g_fm_hdl, dm_fmd_sysevent_thread,
818 (void) pthread_join(g_sysev_tid, NULL);
819 fmd_thr_destroy(g_fm_hdl, g_sysev_tid);

Completed in 46 milliseconds