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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c1119 typedef unsigned char threadref[OPAQUETHREADBYTES];
1121 /* WARNING: This threadref data structure comes from the remote O.S., libstub
1135 threadref threadid; /* External form of thread reference */
1172 static char *pack_threadid (char *pkt, threadref * id);
1174 static char *unpack_threadid (char *inbuf, threadref * id);
1176 void int_to_threadref (threadref * id, int value);
1178 static int threadref_to_int (threadref * ref);
1180 static void copy_threadref (threadref * dest, threadref * src);
1182 static int threadmatch (threadref * des
1115 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
[all...]

Completed in 159 milliseconds