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

/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dcondition.c51 * The threadlist will hold the actual events needed
54 ISC_LIST_INIT(cond->threadlist);
60 * Add the thread to the threadlist along with the required events
94 ISC_LIST_APPEND(gblcond->threadlist, newthread, link);
110 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
158 for (threadcond = ISC_LIST_HEAD(cond->threadlist);
183 * Delete the threadlist
185 threadcond = ISC_LIST_HEAD(cond->threadlist);
189 DEQUEUE(cond->threadlist, threadcond, link);
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dcondition.h44 ISC_LIST(isc_condition_thread_t) threadlist; member in struct:isc_condition
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c803 threadref *threadlist);
2886 /* About these extended threadlist and threadinfo packets. They are
3429 threadref *threadlist)
3451 &rs->echo_nextthread, threadlist, done);
3463 warning (_("HMM: threadlist did not echo arg thread, dropping it."));
3478 warning (_("RMT ERROR: threadlist response longer than requested."));
3506 warning (_("Remote fetch threadlist -infinite loop-."));
11448 threadref threadlist[3];
11452 &result_count, &threadlist[0]))
11453 printf_filtered ("FAIL: threadlist tes
3423 remote_get_threadlist(int startflag, threadref *nextthread, int result_limit, int *done, int *result_count, threadref *threadlist) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote.c812 threadref *threadlist);
3021 /* About these extended threadlist and threadinfo packets. They are
3564 threadref *threadlist)
3586 &rs->echo_nextthread, threadlist, done);
3598 warning (_("HMM: threadlist did not echo arg thread, dropping it."));
3613 warning (_("RMT ERROR: threadlist response longer than requested."));
3641 warning (_("Remote fetch threadlist -infinite loop-."));
11766 threadref threadlist[3];
11770 &result_count, &threadlist[0]))
11771 gdb_printf ("FAIL: threadlist tes
3558 remote_get_threadlist(int startflag, threadref *nextthread, int result_limit, int *done, int *result_count, threadref *threadlist) argument
[all...]

Completed in 308 milliseconds