thread 102 arch/i386/include/db_machdep.h #define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0)
thread 310 ddb/db_break.c thread_t thread;
thread 314 ddb/db_break.c (((thread = current_thread()) != NULL) &&
thread 315 ddb/db_break.c (map == thread->proc->map)));
thread 325 ddb/db_break.c thread_t thread;
thread 335 ddb/db_break.c ((thread = current_thread()) != NULL))
thread 336 ddb/db_break.c return thread->proc->map;
thread 1251 dev/acpi/acpi.c struct acpi_thread *thread = arg;
thread 1252 dev/acpi/acpi.c struct acpi_softc *sc = thread->sc;
thread 1288 dev/acpi/acpi.c while (thread->running) {
thread 1332 dev/acpi/acpi.c free(thread, M_DEVBUF);
thread 1600 dev/ipmi.c struct ipmi_thread *thread = arg;
thread 1601 dev/ipmi.c struct ipmi_softc *sc = thread->sc;
thread 1603 dev/ipmi.c while (thread->running) {
thread 1605 dev/ipmi.c tsleep(thread, PWAIT, "ipmi_poll", SENSOR_REFRESH_RATE);
thread 1607 dev/ipmi.c free(thread, M_DEVBUF);
thread 235 xfs/xfs_locl.h typedef struct thread d_thread_t;