Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmanipulate_user_buffer.c250 pthread_t io_thr; in main() local
308 if ((rc = pthread_create(&io_thr, NULL, write_thread, &args))) { in main()
318 if ((rc = pthread_create(&io_thr, NULL, read_thread, &args))) { in main()
325 pthread_join(io_thr, NULL); in main()