1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

after reading the commit mail, I better understand what cnt_hold is for..

improve the verbage in the manpage so others are more likely to understand
it...

Reviewed by:	rwatson
This commit is contained in:
John-Mark Gurney 2004-07-27 04:23:00 +00:00
parent 4fd6e2a0c9
commit 47df0a78eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132686

View File

@ -109,7 +109,8 @@ The total number of acquisitions.
The average hold time in microseconds, derived from the total hold time
and the number of acquisitions.
.It Va cnt_hold
The number of times the mutex was contested while being held.
The number of times the mutex was held and another thread attempted to
lock the mutex.
.It Va cnt_lock
The number of times the mutex was already locked when this point was
reached.