Searched refs:g_zfs_tid (Results 1 – 1 of 1) sorted by relevance
101 pthread_t g_zfs_tid; /* zfs_enum_pools() thread */ variable915 if (pthread_create(&g_zfs_tid, NULL, zfs_enum_pools, NULL) != 0) { in zfs_slm_init()934 (void) pthread_join(g_zfs_tid, NULL); in zfs_slm_fini()