cvs commit: src/sys/kern kern_condvar.c

John Baldwin jhb at FreeBSD.org
Wed Mar 21 20:46:28 UTC 2007


jhb         2007-03-21 20:46:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_condvar.c 
  Log:
  Don't use cv_wait_unlock() to implement cv_wait().  Instead, implement
  cv_wait() fully and add missing KTRACE context switch traces.
  
  Revision  Changes    Path
  1.58      +28 -1     src/sys/kern/kern_condvar.c


More information about the cvs-all mailing list