Home
last modified time | relevance | path

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, in init_hotplug_manager()
818 (void) pthread_join(g_sysev_tid, NULL); in cleanup_hotplug_manager()
819 fmd_thr_destroy(g_fm_hdl, g_sysev_tid); in cleanup_hotplug_manager()