Lines Matching refs:threadref

98 typedef unsigned char threadref[OPAQUETHREADBYTES];  typedef
102 typedef int (*rmt_thread_action) (threadref *ref, void *context);
347 threadref echo_nextthread {};
348 threadref nextthread {};
349 threadref resultthreadlist[MAXTHREADLISTRESULTS] {};
810 int remote_unpack_thread_info_response (const char *pkt, threadref *expectedref,
812 int remote_get_threadinfo (threadref *threadid, int fieldset,
816 threadref *original_echo,
817 threadref *resultlist,
819 int remote_get_threadlist (int startflag, threadref *nextthread,
821 threadref *threadlist);
2999 threadref threadid; /* External form of thread reference. */
3032 static char *pack_threadid (char *pkt, threadref *id);
3034 static const char *unpack_threadid (const char *inbuf, threadref *id);
3036 void int_to_threadref (threadref *id, int value);
3038 static int threadref_to_int (threadref *ref);
3040 static void copy_threadref (threadref *dest, threadref *src);
3042 static int threadmatch (threadref *dest, threadref *src);
3045 threadref *id);
3049 threadref *nextthread);
3051 static int remote_newthread_step (threadref *ref, void *context);
3225 pack_threadid (char *pkt, threadref *id)
3239 unpack_threadid (const char *inbuf, threadref *id)
3262 int_to_threadref (threadref *id, int value)
3279 threadref_to_int (threadref *ref)
3293 copy_threadref (threadref *dest, threadref *src)
3306 threadmatch (threadref *dest, threadref *src)
3334 pack_threadinfo_request (char *pkt, int mode, threadref *id)
3358 threadref *expectedref,
3364 threadref ref;
3451 remote_target::remote_get_threadinfo (threadref *threadid,
3474 threadref *nextthread)
3489 threadref *original_echo,
3490 threadref *resultlist,
3519 remote_target::remote_get_threadlist (int startflag, threadref *nextthread,
3521 threadref *threadlist)
3700 remote_newthread_step (threadref *ref, void *data)
3999 threadref id;
11638 int get_and_display_threadinfo (threadref *ref);
11642 static int thread_display_step (threadref *ref, void *context);
11673 void output_threadid (char *title, threadref *ref);
11676 output_threadid (char *title, threadref *ref)
11689 threadref nextthread;
11691 threadref threadlist[3];
11699 threadref *scan = threadlist;
11700 threadref *limit = scan + result_count;
11717 get_and_display_threadinfo (threadref *ref)
11734 threadref thread;
11744 thread_display_step (threadref *ref, void *context)