cvs commit: src/sys/kern kern_thread.c src/sys/sys proc.h

John Baldwin jhb at FreeBSD.org
Fri Aug 22 16:16:58 UTC 2008


jhb         2008-08-22 16:15:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
    sys/sys              proc.h 
  Log:
  SVN rev 182011 on 2008-08-22 16:15:58Z by jhb
  
  A suspended thread can, in fact, be swapped out.  Thus,
  thread_unsuspend_one() needs to optionally wakeup the swapper.  Since we
  hold the thread lock for that entire function, however, we have to push
  that requirement up into the caller.
  
  Found by:       rwatson
  
  Revision  Changes    Path
  1.277     +27 -14    src/sys/kern/kern_thread.c
  1.519     +1 -1      src/sys/sys/proc.h


More information about the cvs-src mailing list