projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a9b59e1
)
there is an interlock sleep, just didn't see it
author
alexh <alexh@web>
Fri, 2 Apr 2010 18:08:16 +0000 (11:08 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Fri, 2 Apr 2010 18:08:16 +0000 (11:08 -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
f7a842b
..
7e6095d
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: current implementation is incorrect, need to use lksleep!!
* XXX: currently not yet in the main repository
* uses spinlocks internally on the condvar
### Usage