projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6c5d1d7
)
(no commit message)
author
alexh <alexh@web>
Fri, 14 Oct 2011 21:14:46 +0000 (14:14 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Fri, 14 Oct 2011 21:14:46 +0000 (14:14 -0700)
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
7e6095d
..
98ec817
100644
(file)
--- a/
docs/developer/Locking_and_Synchronization/index.mdwn
+++ b/
docs/developer/Locking_and_Synchronization/index.mdwn
@@
-97,7
+97,6
@@
## Condvars
### Internals
-* XXX: currently not yet in the main repository
* uses spinlocks internally on the condvar
### Usage
* can interlock sleep when given a lockmgr lock to avoid missing changes to it, or just regular tsleep