Searched refs:g_agents_tid (Results 1 – 1 of 1) sorted by relevance
53 pthread_t g_agents_tid; variable414 if (pthread_create(&g_agents_tid, NULL, zfs_agent_consumer_thread, in zfs_agent_init()419 pthread_setname_np(g_agents_tid, "agents"); in zfs_agent_init()432 (void) pthread_join(g_agents_tid, NULL); in zfs_agent_fini()