Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c1078 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
1094 threadref threadid; /* External form of thread reference */
1131 static char *pack_threadid (char *pkt, threadref * id);
1133 static char *unpack_threadid (char *inbuf, threadref * id);
1135 void int_to_threadref (threadref * id, int value);
1137 static int threadref_to_int (threadref * ref);
1139 static void copy_threadref (threadref * dest, threadref * src);
1141 static int threadmatch (threadref * dest, threadref * src);
1143 static char *pack_threadinfo_request (char *pkt, int mode, threadref * id);
1146 threadref * expectedref,
[all …]
H A DChangeLog-19996279 clean up and simplify. (threadref etc.): move definitions to here