Home
last modified time | relevance | path

Searched refs:follower_th (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.c481 pthread_t leader_th, follower_th; in main() local
544 if (pthread_create(&follower_th, NULL, follower, pat_p)){ in main()
559 if (pthread_join(follower_th, NULL)){ in main()