Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-thread-posix.c487 static void qemu_thread_atexit_notify(void *arg) in qemu_thread_atexit_notify() function
540 pthread_cleanup_push(qemu_thread_atexit_notify, NULL); in qemu_thread_start()