projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f8ca411
)
(no commit message)
author
sjg <sjg@web>
Wed, 18 Jan 2012 23:40:05 +0000 (15:40 -0800)
committer
Charlie Root <root@leaf.dragonflybsd.org>
Wed, 18 Jan 2012 23:40:05 +0000 (15:40 -0800)
docs/developer/Locking_and_Synchronization/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/developer/Locking_and_Synchronization/index.mdwn
b/docs/developer/Locking_and_Synchronization/index.mdwn
index
98ec817
..
014e4a9
100644
(file)
--- a/
docs/developer/Locking_and_Synchronization/index.mdwn
+++ b/
docs/developer/Locking_and_Synchronization/index.mdwn
@@
-60,9
+60,7
@@
## MPLock
### Internals
-* internally uses atomic_cmpset
-* logs when the mplock is contended to KTR
-* clogs performance inmensely
+* API is a wrapper for mp token
### Usage
* should be avoided at all cost
* must be held as little as possible