From 153a18d8eda4857b69190006ef0d476bd6850e36 Mon Sep 17 00:00:00 2001 From: alexh Date: Fri, 14 Oct 2011 14:14:46 -0700 Subject: [PATCH] --- docs/developer/Locking_and_Synchronization/index.mdwn | 1 - 1 file changed, 1 deletion(-) 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 -- 2.41.0