Lines Matching refs:threadref
1841 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,
1917 static int remote_get_threadinfo (threadref *threadid,
1923 threadref *nextthread);
1927 threadref *original_echo,
1928 threadref *resultlist,
1932 threadref *nextthread,
1936 threadref *threadlist);
1938 typedef int (*rmt_thread_action) (threadref *ref, void *context);
1943 static int remote_newthread_step (threadref *ref, void *context);
2165 pack_threadid (char *pkt, threadref *id) in pack_threadid()
2179 unpack_threadid (char *inbuf, threadref *id) in unpack_threadid()
2202 int_to_threadref (threadref *id, int value) in int_to_threadref()
2219 threadref_to_int (threadref *ref) in threadref_to_int()
2233 copy_threadref (threadref *dest, threadref *src) in copy_threadref()
2246 threadmatch (threadref *dest, threadref *src) in threadmatch()
2274 pack_threadinfo_request (char *pkt, int mode, threadref *id) in pack_threadinfo_request()
2297 remote_unpack_thread_info_response (char *pkt, threadref *expectedref, in remote_unpack_thread_info_response()
2303 threadref ref; in remote_unpack_thread_info_response()
2390 remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */ in remote_get_threadinfo()
2412 threadref *nextthread) in pack_threadlist_request()
2427 threadref *original_echo, threadref *resultlist, in parse_threadlist_response()
2454 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit, in remote_get_threadlist()
2455 int *done, int *result_count, threadref *threadlist) in remote_get_threadlist()
2458 static threadref echo_nextthread; in remote_get_threadlist()
2530 static threadref nextthread; in remote_threadlist_iterator()
2531 static threadref resultthreadlist[MAXTHREADLISTRESULTS]; in remote_threadlist_iterator()
2562 remote_newthread_step (threadref *ref, void *context) in remote_newthread_step()
2824 threadref id; in remote_threads_extra_info()
9083 int get_and_display_threadinfo (threadref *ref);
9087 static int thread_display_step (threadref *ref, void *context);
9118 void output_threadid (char *title, threadref *ref);
9121 output_threadid (char *title, threadref *ref)
9134 threadref nextthread;
9136 threadref threadlist[3];
9144 threadref *scan = threadlist;
9145 threadref *limit = scan + result_count;
9162 get_and_display_threadinfo (threadref *ref)
9179 threadref thread;
9189 thread_display_step (threadref *ref, void *context)