Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c7205 kthread_t **run_threads; in ztest_run() local
7321 run_threads = umem_zalloc(ztest_opts.zo_threads * sizeof (kthread_t *), in ztest_run()
7341 umem_free(run_threads, ztest_opts.zo_threads * in ztest_run()
7346 run_threads[t] = thread_create(NULL, 0, ztest_thread, in ztest_run()
7355 VERIFY0(thread_join(run_threads[t])); in ztest_run()
7372 umem_free(run_threads, ztest_opts.zo_threads * sizeof (kthread_t *)); in ztest_run()