HomeSort by relevance Sort by last modified time
    Searched refs:QemuThread (Results 1 - 7 of 7) sorted by null

  /external/qemu/include/qemu/
thread-win32.h 25 struct QemuThread {
31 HANDLE qemu_thread_get_handle(QemuThread *thread);
thread.h 11 typedef struct QemuThread QemuThread;
57 void qemu_thread_create(QemuThread *thread,
60 void *qemu_thread_join(QemuThread *thread);
61 void qemu_thread_get_self(QemuThread *thread);
62 bool qemu_thread_is_self(QemuThread *thread);
thread-posix.h 32 struct QemuThread {
  /external/qemu/util/
qemu-thread-win32.c 299 void *qemu_thread_join(QemuThread *thread)
310 * Because multiple copies of the QemuThread can exist via
328 void qemu_thread_create(QemuThread *thread,
354 void qemu_thread_get_self(QemuThread *thread)
360 HANDLE qemu_thread_get_handle(QemuThread *thread)
382 bool qemu_thread_is_self(QemuThread *thread)
compatfd.c 76 QemuThread thread;
qemu-thread-posix.c 391 void qemu_thread_create(QemuThread *thread,
422 void qemu_thread_get_self(QemuThread *thread)
427 bool qemu_thread_is_self(QemuThread *thread)
437 void *qemu_thread_join(QemuThread *thread)
  /external/qemu/include/qom/
cpu.h 60 struct QemuThread *thread;

Completed in 215 milliseconds