Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmapwrite/
H A Dmmapwrite.c138 pthread_t map_write_tid; in main() local
155 if (pthread_create(&map_write_tid, NULL, map_writer, argv[2])) { in main()
160 pthread_join(map_write_tid, NULL); in main()