thread 391 bsp/drv/dev/base/kd.c ii.priority, (long)ii.thread);
thread 160 include/sys/sysinfo.h thread_t thread; /* thread id of ist */
thread 47 sys/include/irq.h thread_t thread; /* thread id of ist */
thread 59 sys/include/kernel.h extern struct thread *curthread; /* pointer to the current thread */
thread 45 sys/include/thread.h struct thread {
thread 40 sys/include/types.h typedef struct thread *thread_t;
thread 395 sys/ipc/msg.c t = queue_entry(q, struct thread, ipc_link);
thread 403 sys/ipc/msg.c t = queue_entry(q, struct thread, ipc_link);
thread 420 sys/ipc/msg.c top = queue_entry(q, struct thread, ipc_link);
thread 423 sys/ipc/msg.c t = queue_entry(q, struct thread, ipc_link);
thread 122 sys/kern/exception.c t = list_entry(n, struct thread, task_link);
thread 199 sys/kern/exception.c t = list_entry(n, struct thread, task_link);
thread 213 sys/kern/exception.c t = list_entry(n, struct thread, task_link);
thread 105 sys/kern/irq.c irq->thread = kthread_create(&irq_thread, irq, ISTPRI(pri));
thread 106 sys/kern/irq.c if (irq->thread == NULL)
thread 134 sys/kern/irq.c if (irq->thread != NULL)
thread 135 sys/kern/irq.c kthread_terminate(irq->thread);
thread 246 sys/kern/irq.c info->thread = irq->thread;
thread 152 sys/kern/sched.c t = queue_entry(q, struct thread, sched_link);
thread 184 sys/kern/sched.c t = queue_entry(q, struct thread, sched_link);
thread 319 sys/kern/sched.c t = queue_entry(q, struct thread, sched_link);
thread 350 sys/kern/sched.c top = queue_entry(q, struct thread, sched_link);
thread 352 sys/kern/sched.c t = queue_entry(q, struct thread, sched_link);
thread 198 sys/kern/task.c t = list_entry(n, struct thread, task_link);
thread 248 sys/kern/task.c t = list_entry(n, struct thread, task_link);
thread 290 sys/kern/task.c t = list_entry(n, struct thread, task_link);
thread 47 sys/kern/thread.c static struct thread idle_thread; /* idle thread */
thread 218 sys/kern/thread.c tmp = list_entry(n, struct thread, link);
thread 413 sys/kern/thread.c struct thread *t;
thread 492 sys/kern/thread.c t = list_entry(n, struct thread, link);
thread 48 usr/sample/bench/bench.c static thread_t *thread;
thread 75 usr/sample/bench/bench.c error = vm_allocate(task, (void **)&thread,
thread 86 usr/sample/bench/bench.c if (thread_create(task, &thread[i]) != 0)
thread 89 usr/sample/bench/bench.c if (thread_load(thread[i], null_thread, &stack) != 0)
thread 92 usr/sample/bench/bench.c if (thread_resume(thread[i]) != 0)
thread 100 usr/sample/bench/bench.c thread_terminate(thread[i]);
thread 104 usr/sample/bench/bench.c vm_free(task, thread);