Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dmigration-multifd.c395 goto thread_exit; in vfio_load_bufs_thread()
418 goto thread_exit; in vfio_load_bufs_thread()
439 goto thread_exit; in vfio_load_bufs_thread()
445 goto thread_exit; in vfio_load_bufs_thread()
450 thread_exit: in vfio_load_bufs_thread()
710 goto thread_exit; in vfio_multifd_save_complete_precopy_thread()
722 goto thread_exit; in vfio_multifd_save_complete_precopy_thread()
730 goto thread_exit; in vfio_multifd_save_complete_precopy_thread()
741 goto thread_exit; in vfio_multifd_save_complete_precopy_thread()
751 goto thread_exit; in vfio_multifd_save_complete_precopy_thread()
[all …]
/openbmc/qemu/util/
H A Dqemu-thread-posix.c320 static __thread NotifierList thread_exit; variable
331 notifier_list_add(&thread_exit, notifier); in qemu_thread_atexit_add()
345 notifier_list_notify(&thread_exit, NULL); in qemu_thread_atexit_notify()