Searched refs:QTAILQ_HEAD (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-defs.h201 QTAILQ_HEAD(breakpoints_head, CPUBreakpoint) breakpoints; \
204 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
H A Dqemu-queue.h251 #define QTAILQ_HEAD(name, type) Q_TAILQ_HEAD(name, struct type,) macro

Completed in 1308 milliseconds