Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dremote.c1841 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
1857 threadref threadid; /* External form of thread reference. */
1896 static char *pack_threadid (char *pkt, threadref *id);
1898 static char *unpack_threadid (char *inbuf, threadref *id);
1900 void int_to_threadref (threadref *id, int value);
1902 static int threadref_to_int (threadref *ref);
1904 static void copy_threadref (threadref *dest, threadref *src);
1906 static int threadmatch (threadref *dest, threadref *src);
1909 threadref *id);
1912 threadref *expectedref,
[all …]