Lines Matching refs:threadref

1078 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,
1151 static int remote_get_threadinfo (threadref * threadid, int fieldset, /*TAG mask */
1156 threadref * nextthread);
1160 threadref * original_echo,
1161 threadref * resultlist, int *doneflag);
1164 threadref * nextthread,
1167 int *result_count, threadref * threadlist);
1169 typedef int (*rmt_thread_action) (threadref * ref, void *context);
1174 static int remote_newthread_step (threadref * ref, void *context);
1327 pack_threadid (char *pkt, threadref *id) in pack_threadid()
1341 unpack_threadid (char *inbuf, threadref *id) in unpack_threadid()
1364 int_to_threadref (threadref *id, int value) in int_to_threadref()
1381 threadref_to_int (threadref *ref) in threadref_to_int()
1395 copy_threadref (threadref *dest, threadref *src) in copy_threadref()
1408 threadmatch (threadref *dest, threadref *src) in threadmatch()
1436 pack_threadinfo_request (char *pkt, int mode, threadref *id) in pack_threadinfo_request()
1459 remote_unpack_thread_info_response (char *pkt, threadref *expectedref, in remote_unpack_thread_info_response()
1465 threadref ref; in remote_unpack_thread_info_response()
1550 remote_get_threadinfo (threadref *threadid, int fieldset, /* TAG mask */ in remote_get_threadinfo()
1569 threadref *nextthread) in pack_threadlist_request()
1584 threadref *original_echo, threadref *resultlist, in parse_threadlist_response()
1610 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit, in remote_get_threadlist()
1611 int *done, int *result_count, threadref *threadlist) in remote_get_threadlist()
1614 static threadref echo_nextthread; in remote_get_threadlist()
1684 static threadref nextthread; in remote_threadlist_iterator()
1685 static threadref resultthreadlist[MAXTHREADLISTRESULTS]; in remote_threadlist_iterator()
1716 remote_newthread_step (threadref *ref, void *context) in remote_newthread_step()
1819 threadref id; in remote_threads_extra_info()
5087 int get_and_display_threadinfo (threadref * ref);
5091 static int thread_display_step (threadref * ref, void *context);
5120 void output_threadid (char *title, threadref * ref);
5123 output_threadid (char *title, threadref *ref)
5136 threadref nextthread;
5138 threadref threadlist[3];
5146 threadref *scan = threadlist;
5147 threadref *limit = scan + result_count;
5164 get_and_display_threadinfo (threadref *ref)
5181 threadref thread;
5191 thread_display_step (threadref *ref, void *context)