Home
last modified time | relevance | path

Searched defs:QUEUE (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dremote-notif.c97 static QUEUE(notif_client_p) *notif_queue; in QUEUE() function
H A Dremote.c5204 static QUEUE (stop_reply_p) *stop_reply_queue; in QUEUE() function
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dqueue.h96 #define QUEUE(TYPE) struct queue_ ## TYPE macro