Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2001 11:29:32 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mutex.c
Message-ID:  <200106251829.f5PITWT03318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/06/25 11:29:32 PDT

  Modified files:
    sys/kern             kern_mutex.c 
  Log:
  Count the context switch when blocking on a mutex as a voluntary context
  switch.  Count the context switch when preempting the current thread to let
  a higher priority thread blocked on a mutex we just released run as an
  involuntary context switch.
  
  Reported by:	bde
  
  Revision  Changes    Path
  1.64      +4 -1      src/sys/kern/kern_mutex.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106251829.f5PITWT03318>