Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/vDSO/
Dvdso_test_getrandom.c156 static void *test_libc_getrandom(void *ctx) in test_libc_getrandom() function
187 test_libc_getrandom(NULL); in bench_single()
215 ksft_assert(pthread_create(&threads[i], NULL, test_libc_getrandom, NULL) == 0); in bench_multi()