Date: Fri, 3 Jan 2003 12:41:49 -0800 (PST) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c src/sys/sys proc.h Message-ID: <200301032041.h03KfnIU043767@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2003/01/03 12:41:49 PST Modified files: sys/kern kern_thread.c sys/sys proc.h Log: Make an explicit flag to indicate that a KSE has a reason to upcall, and use that flag when there is a kse_wakeup() call. It will probably be used with signal delivery as well eventually. Submitted by: davidxu@ Revision Changes Path 1.71 +22 -19 src/sys/kern/kern_thread.c 1.287 +9 -8 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301032041.h03KfnIU043767>