ossl_crypto_thread_native_start
thread = ossl_crypto_thread_native_start(start, data, 1);
CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
qta->t = ossl_crypto_thread_native_start(assist_thread_main,
= ossl_crypto_thread_native_start(run_script_child_thread,
= ossl_crypto_thread_native_start(server_helper_thread, h, 1);
if (!TEST_ptr(child_rt->t = ossl_crypto_thread_native_start(RADIX_THREAD_worker_main,
t = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn1, NULL, 1);
t1 = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn2, t, 1);
t2 = ossl_crypto_thread_native_start(test_thread_native_multiple_joins_fn3, t, 1);
t = ossl_crypto_thread_native_start(test_thread_native_fn, &local, 1);