cvs commit: src/sys/kern kern_thr.c

David Xu davidxu at FreeBSD.org
Tue Jul 11 06:01:14 UTC 2006


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


More information about the cvs-all mailing list