Home
last modified time | relevance | path

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

/openssl/test/
H A Dthreadpool_test.c50 static uint32_t test_thread_native_fn(void *data) in test_thread_native_fn() function
67 t = ossl_crypto_thread_native_start(test_thread_native_fn, &local, 1); in test_thread_native()
125 t[0] = ossl_crypto_thread_start(NULL, test_thread_native_fn, &local[0]); in test_thread_internal()
137 t[0] = ossl_crypto_thread_start(NULL, test_thread_native_fn, &local[0]); in test_thread_internal()
150 t[0] = ossl_crypto_thread_start(NULL, test_thread_native_fn, &local[0]); in test_thread_internal()
168 t[i] = ossl_crypto_thread_start(NULL, test_thread_native_fn, &local[0]); in test_thread_internal()
201 t[i] = ossl_crypto_thread_start(NULL, test_thread_native_fn, &local[i]); in test_thread_internal()
223 t[i] = ossl_crypto_thread_start(NULL, test_thread_native_fn, &local[i]); in test_thread_internal()

Completed in 5 milliseconds