Searched refs:ossl_crypto_thread_native_start (Results 1 – 6 of 6) sorted by relevance
/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 | 829 = ossl_crypto_thread_native_start(server_helper_thread, h, 1); in helper_init() 1889 = ossl_crypto_thread_native_start(run_script_child_thread, in run_script_worker()
|
/openssl/ssl/quic/ |
H A D | quic_thread_assist.c | 91 qta->t = ossl_crypto_thread_native_start(assist_thread_main, in ossl_quic_thread_assist_init_start()
|
/openssl/include/internal/ |
H A D | thread_arch.h | 116 CRYPTO_THREAD * ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
|
/openssl/crypto/thread/ |
H A D | arch.c | 13 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, in ossl_crypto_thread_native_start() function
|
H A D | internal.c | 60 thread = ossl_crypto_thread_native_start(start, data, 1); in ossl_crypto_thread_start()
|
Completed in 46 milliseconds