cvs commit: src/sys/kern kern_thread.c

Jeff Roberson jeff at FreeBSD.org
Thu Sep 20 21:04:22 PDT 2007


jeff        2007-09-21 04:04:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
  Log:
   - Call sched_sleep() before we suspend threads.  sched_wakeup() is already
     called via setrunnable().  This allows time slept while suspended to
     be accounted for swap.
  
  Approved by:    re
  
  Revision  Changes    Path
  1.255     +2 -0      src/sys/kern/kern_thread.c


More information about the cvs-src mailing list