Searched refs:QTAILQ_ENTRY (Results 1 - 2 of 2) sorted by relevance
/vbox/src/recompiler/ | ||
H A D | cpu-defs.h | 160 QTAILQ_ENTRY(CPUBreakpoint) entry; 167 QTAILQ_ENTRY(CPUWatchpoint) entry; |
H A D | qemu-queue.h | 261 #define QTAILQ_ENTRY(type) Q_TAILQ_ENTRY(struct type,) macro |
Completed in 3382 milliseconds