cvs commit: src/sys/kern kern_condvar.c kern_synch.c kern_timeout.c subr_sleepqueue.c src/sys/sys sleepqueue.h

John Baldwin jhb at FreeBSD.org
Wed Aug 20 19:08:33 UTC 2008


jhb         2008-08-20 19:07:21 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_condvar.c kern_synch.c 
                         kern_timeout.c subr_sleepqueue.c 
    sys/sys              sleepqueue.h 
  Log:
  SVN rev 181936 on 2008-08-20 19:07:21Z by jhb
  
  MFC: Change sleepq_add() to accept a lock_object rather than a mutex so
  that other lock types can be used as interlocks for sleeps.
  
  Revision   Changes    Path
  1.52.2.3   +6 -4      src/sys/kern/kern_condvar.c
  1.270.2.8  +2 -2      src/sys/kern/kern_synch.c
  1.97.2.4   +3 -2      src/sys/kern/kern_timeout.c
  1.18.2.9   +3 -3      src/sys/kern/subr_sleepqueue.c
  1.6.2.4    +2 -2      src/sys/sys/sleepqueue.h


More information about the cvs-src mailing list