Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmmapwrite.c139 pthread_t map_write_tid; in main() local
156 if (pthread_create(&map_write_tid, NULL, map_writer, argv[2])) { in main()
160 pthread_join(map_write_tid, NULL); in main()