1.0.22.11: name *pcl-lock*
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 3 Nov 2008 15:11:53 +0000 (15:11 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 3 Nov 2008 15:11:53 +0000 (15:11 +0000)
 * For your debugging pleasure.

src/pcl/low.lisp
version.lisp-expr

index 0949623..db395cd 100644 (file)
 
 #+sb-thread
 (progn
-  (defvar *pcl-lock* (sb-thread::make-spinlock))
+  (defvar *pcl-lock* (sb-thread::make-spinlock :name "PCL lock"))
 
   (defmacro with-pcl-lock (&body body)
     `(sb-thread::with-spinlock (*pcl-lock*)
index 2edfdad..bb5f962 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.22.10"
+"1.0.22.11"