Date: Mon, 30 Sep 2002 14:13:54 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c subr_trap.c src/sys/sys proc.h Message-ID: <200209302113.g8ULDsZt010413@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/09/30 14:13:54 PDT Modified files: sys/kern kern_synch.c subr_trap.c sys/sys proc.h Log: - Add a new per-process flag PS_XCPU to indicate that at least one thread has exceeded its CPU time limit. - In mi_switch(), set PS_XCPU when the CPU time limit is exceeded. - Perform actual CPU time limit exceeded work in ast() when PS_XCPU is set. Requested by: many Revision Changes Path 1.198 +2 -28 src/sys/kern/kern_synch.c 1.225 +14 -0 src/sys/kern/subr_trap.c 1.262 +1 -0 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?200209302113.g8ULDsZt010413>