cvs commit: src/sys/kern kern_thread.c

John Baldwin jhb at FreeBSD.org
Tue Apr 22 12:47:57 PDT 2003


jhb         2003/04/22 12:47:55 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
  Log:
  - Mark the kse_purge_group() and kse_purge() definitions static to match
    their prototypes.
  - Remove sched_lock locking from kse_purge() as all callers already lock
    the sched_lock before calling it.
  - Hold the proc lock slightly longer to protect P_SHOULDSTOP().
  
  Revision  Changes    Path
  1.122     +3 -5      src/sys/kern/kern_thread.c


More information about the cvs-src mailing list