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.c249 pthread_t io_thr; in main() local
307 if ((rc = pthread_create(&io_thr, NULL, write_thread, &args))) { in main()
317 if ((rc = pthread_create(&io_thr, NULL, read_thread, &args))) { in main()
324 pthread_join(io_thr, NULL); in main()