Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-thread-win32.c250 static __thread QemuThreadData *qemu_thread_data; variable
259 if (!qemu_thread_data) { in qemu_thread_atexit_add()
266 notifier_list_add(&qemu_thread_data->exit, notifier); in qemu_thread_atexit_add()
281 qemu_thread_data = data; in win32_start_routine()
288 QemuThreadData *data = qemu_thread_data; in qemu_thread_exit()
395 thread->data = qemu_thread_data; in qemu_thread_get_self()