cvs commit: src/sys/kern kern_ktrace.c

John Baldwin jhb at FreeBSD.org
Thu Feb 26 11:30:23 PST 2004


jhb         2004/02/26 11:30:23 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ktrace.c 
  Log:
  Replace the ktrace queue's semaphore with a condition variable instead as
  it is slightly more efficient since we already have a mutex to protect the
  queue.  Ktrace originally used a semaphore more as a proof of concept.
  
  Revision  Changes    Path
  1.93      +5 -5      src/sys/kern/kern_ktrace.c


More information about the cvs-src mailing list