cvs commit: src/sys/kern kern_exit.c kern_synch.c kern_thread.c

John Baldwin jhb at FreeBSD.org
Wed Apr 23 11:46:53 PDT 2003


jhb         2003/04/23 11:46:51 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c kern_synch.c kern_thread.c 
  Log:
  - Protect p_numthreads with the sched_lock.
  - Protect p_singlethread with both the sched_lock and the proc lock.
  - Protect p_suspcount with the proc lock.
  
  Revision  Changes    Path
  1.212     +3 -0      src/sys/kern/kern_exit.c
  1.218     +2 -1      src/sys/kern/kern_synch.c
  1.123     +14 -13    src/sys/kern/kern_thread.c


More information about the cvs-src mailing list