Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dguest-random.c20 static __thread GRand *thread_rand; variable
26 GRand *rand = thread_rand; in glib_random_bytes()
32 thread_rand = rand = g_rand_new(); in glib_random_bytes()
82 g_assert(thread_rand == NULL); in qemu_guest_random_seed_thread_part2()
84 thread_rand = in qemu_guest_random_seed_thread_part2()