From: alexh Date: Fri, 14 Oct 2011 21:14:46 +0000 (-0700) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/153a18d8eda4857b69190006ef0d476bd6850e36 --- diff --git a/docs/developer/Locking_and_Synchronization/index.mdwn b/docs/developer/Locking_and_Synchronization/index.mdwn index 7e6095d0..98ec817e 100644 --- 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