Searched refs:threadlist (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | condition.c | 52 ISC_LIST_INIT(cond->threadlist); in isc_condition_init() 92 ISC_LIST_APPEND(gblcond->threadlist, newthread, link); in register_thread() 108 for (threadcond = ISC_LIST_HEAD(cond->threadlist); in find_thread_condition() 156 for (threadcond = ISC_LIST_HEAD(cond->threadlist); in isc_condition_broadcast() 183 threadcond = ISC_LIST_HEAD(cond->threadlist); in isc_condition_destroy() 187 DEQUEUE(cond->threadlist, threadcond, link); in isc_condition_destroy()
|
| /freebsd-12.1/usr.bin/truss/ |
| H A D | setup.c | 188 LIST_FOREACH(nt, &p->threadlist, entries) { in new_thread() 198 LIST_INSERT_HEAD(&p->threadlist, nt, entries); in new_thread() 260 LIST_INIT(&np->threadlist); in new_proc() 274 LIST_FOREACH_SAFE(t, &p->threadlist, entries, t2) { in free_proc() 317 LIST_FOREACH(nt, &np->threadlist, entries) { in find_thread() 338 info->curthread = LIST_FIRST(&p->threadlist); in find_exit_thread() 496 assert(LIST_NEXT(LIST_FIRST(&p->threadlist), entries) == NULL); in exit_syscall()
|
| H A D | truss.h | 107 LIST_HEAD(, threadinfo) threadlist;
|
| /freebsd-12.1/usr.sbin/pmc/ |
| H A D | cmd_pmc_filter.cc | 209 char *threadlist[LIST_MAX]; in pmc_filter_handler() local 222 parse_names(threads, threadlist, &threadcount); in pmc_filter_handler() 294 pmc_find_name(tidmap, ev.pl_u.pl_cc.pl_tid, threadlist, threadcount) == exclusive) in pmc_filter_handler()
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/include/isc/ |
| H A D | condition.h | 42 ISC_LIST(isc_condition_thread_t) threadlist;
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_epoch.c | 121 TAILQ_HEAD (threadlist, thread); 187 TAILQ_INIT((struct threadlist *)(uintptr_t)&er->er_tdlist); in epoch_ctor()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote.c | 1204 int *result_count, threadref * threadlist); 1648 int *done, int *result_count, threadref *threadlist) in remote_get_threadlist() argument 1667 threadlist, done); in remote_get_threadlist() 5154 threadref threadlist[3]; 5158 &result_count, &threadlist[0])) 5162 threadref *scan = threadlist;
|