Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dthreadstest.c803 static int start_threads(size_t n, void (*thread_func)(void)) in start_threads() function
825 || !start_threads(num_threads, thread_func)) in thread_run_test()
1006 || !start_threads(1, &thread_shared_evp_pkey) in test_multi_shared_pkey_common()
1007 || !start_threads(1, worker)) in test_multi_shared_pkey_common()
1066 if (!start_threads(10, &thread_release_shared_pkey)) in test_multi_shared_pkey_release()
1097 if (!start_threads(2, &thread_provider_load_unload)) in test_multi_load_unload_provider()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c695 start_threads(workqueue_t *wq) in start_threads() function
905 start_threads(&wq); in main()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c2618 start_threads(struct glob_arg *g) { in start_threads() function
3378 if (start_threads(&g) < 0) in main()