Searched refs:ossl_crypto_thread_native_start (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | threadpool_test.c | 67 t = ossl_crypto_thread_native_start(test_thread_native_fn, &local, 1); in test_thread_native() 269 t = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn1, NULL, 1); in test_thread_native_multiple_joins() 270 t1 = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn2, t, 1); in test_thread_native_multiple_joins() 271 t2 = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn3, t, 1); in test_thread_native_multiple_joins()
|
H A D | quic_multistream_test.c | 844 = ossl_crypto_thread_native_start(server_helper_thread, h, 1); in helper_init() 1904 = ossl_crypto_thread_native_start(run_script_child_thread, in run_script_worker()
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_thread_assist.c | 82 qta->t = ossl_crypto_thread_native_start(assist_thread_main, in ossl_quic_thread_assist_init_start()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | thread_arch.h | 116 CRYPTO_THREAD * ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
|
/freebsd/crypto/openssl/crypto/thread/ |
H A D | internal.c | 60 thread = ossl_crypto_thread_native_start(start, data, 1); in ossl_crypto_thread_start()
|
H A D | arch.c | 13 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, in ossl_crypto_thread_native_start() function
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_bindings.c | 805 if (!TEST_ptr(child_rt->t = ossl_crypto_thread_native_start(RADIX_THREAD_worker_main, in DEF_FUNC()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5939 ossl_crypto_thread_native_start;
|