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

/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c98 thread_t g_zfs_tid; variable
815 if (thr_create(NULL, 0, zfs_enum_pools, NULL, 0, &g_zfs_tid) != 0)
834 (void) thr_join(g_zfs_tid, NULL, NULL);

Completed in 45 milliseconds