Searched refs:threadlist (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dcondition.c49 * The threadlist will hold the actual events needed
52 ISC_LIST_INIT(cond->threadlist);
58 * Add the thread to the threadlist along with the required events
92 ISC_LIST_APPEND(gblcond->threadlist, newthread, link);
108 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
156 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
181 * Delete the threadlist
183 threadcond = ISC_LIST_HEAD(cond->threadlist);
187 DEQUEUE(cond->threadlist, threadcond, link);
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dcondition.h42 ISC_LIST(isc_condition_thread_t) threadlist; member in struct:isc_condition
/freebsd-10.1-release/usr.bin/truss/
H A Dtruss.h62 SLIST_HEAD(, threadinfo) threadlist; member in struct:trussinfo
H A Dsetup.c157 SLIST_FOREACH(np, &info->threadlist, entries) {
168 SLIST_INSERT_HEAD(&info->threadlist, np, entries);
H A Dmain.c191 SLIST_INIT(&trussinfo->threadlist);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c1110 /* About these extended threadlist and threadinfo packets. They are
1208 int *result_count, threadref * threadlist);
1652 int *done, int *result_count, threadref *threadlist)
1671 threadlist, done);
1683 warning ("HMM: threadlist did not echo arg thread, dropping it\n");
1698 warning ("RMT ERROR: threadlist response longer than requested\n");
1734 warning ("Remote fetch threadlist -infinite loop-\n");
5167 threadref threadlist[3];
5171 &result_count, &threadlist[0]))
5172 printf_filtered ("FAIL: threadlist tes
1647 remote_get_threadlist(int startflag, threadref *nextthread, int result_limit, int *done, int *result_count, threadref *threadlist) argument
[all...]

Completed in 112 milliseconds