Home
last modified time | relevance | path

Searched refs:manipul_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 manipul_thr; in main() local
295 if ((rc = pthread_create(&manipul_thr, NULL, manipulate_buf_thread, in main()
325 pthread_join(manipul_thr, NULL); in main()