davidxu 2006-07-11 06:01:14 UTC FreeBSD src repository
Modified files: sys/kern kern_thr.c Log: For SCHED_OTHER, we always inherit current thread's interactive priority unless current thread is realtime thread, in such case, we set a new zero priority for it, notice we don't have per-thread nice, the priority passed by userland is ignored here. Revision Changes Path 1.46 +10 -6 src/sys/kern/kern_thr.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"