Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-arc4random-thread.c213 struct blob *shared_result = arg->blob; in fork_thread_subprocess() local
217 { shared_result + 0, arg->func }, in fork_thread_subprocess()
218 { shared_result + 1, arg->func }, in fork_thread_subprocess()
219 { shared_result + 2, arg->func } in fork_thread_subprocess()
240 struct blob *shared_result in fork_thread() local
241 = support_shared_allocate (3 * sizeof (*shared_result)); in fork_thread()
246 struct subprocess_args arg = { shared_result, func }; in fork_thread()
253 place->size = shared_result[i].size; in fork_thread()
256 memcpy (place->bytes, shared_result[i].bytes, place->size); in fork_thread()
260 support_shared_free (shared_result); in fork_thread()