Searched defs:dump_thread (Results 1 – 2 of 2) sorted by relevance
/qemu/include/system/ | ||
H A D | dump.h | 203 QemuThread dump_thread; /* thread for detached dump */ member |
/qemu/dump/ | ||
H A D | dump.c | 2045 static void *dump_thread(void *data) in dump_thread() function |