Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-arc4random-thread.c198 get_one_blob_thread (void *closure) in get_one_blob_thread() function
222 pthread_t thr1 = xpthread_create (NULL, get_one_blob_thread, &args[1]); in fork_thread_subprocess()
223 pthread_t thr2 = xpthread_create (NULL, get_one_blob_thread, &args[2]); in fork_thread_subprocess()
224 get_one_blob_thread (&args[0]); in fork_thread_subprocess()