HomeSort by: relevance | last modified time | path
    Searched defs:threadref (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
remote.c 99 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
103 typedef int (*rmt_thread_action) (threadref *ref, void *context);
655 threadref echo_nextthread {};
656 threadref nextthread {};
657 threadref resultthreadlist[MAXTHREADLISTRESULTS] {};
1268 int remote_unpack_thread_info_response (const char *pkt, threadref *expectedref,
1270 int remote_get_threadinfo (threadref *threadid, int fieldset,
1274 threadref *original_echo,
1275 threadref *resultlist,
1277 int remote_get_threadlist (int startflag, threadref *nextthread
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 96 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
100 typedef int (*rmt_thread_action) (threadref *ref, void *context);
632 threadref echo_nextthread {};
633 threadref nextthread {};
634 threadref resultthreadlist[MAXTHREADLISTRESULTS] {};
1238 int remote_unpack_thread_info_response (const char *pkt, threadref *expectedref,
1240 int remote_get_threadinfo (threadref *threadid, int fieldset,
1244 threadref *original_echo,
1245 threadref *resultlist,
1247 int remote_get_threadlist (int startflag, threadref *nextthread
    [all...]

Completed in 25 milliseconds