cvs commit: src/usr.bin/top machine.c src/lib/libkvm kvm_proc.c
src/bin/ps extern.h keyword.c print.c ps.c src/sys/kern
init_main.c kern_exit.c kern_idle.c kern_intr.c
kern_kthread.c kern_shutdown.c kern_thread.c sched_4bsd.c
src/sys/sys kthread.h ...
Roman Divacky
rdivacky at FreeBSD.org
Sun Oct 28 14:50:51 PDT 2007
around line 860
it->it_need = 1;
thread_lock(td);
if (TD_AWAITING_INTR(td)) {
CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid,
[1] th->th_name);
TD_CLR_IWAIT(td);
are you sure it's "th" and not "td" ? the "th" does not seem to be mentioned
anywhere...
roman
More information about the cvs-src
mailing list