X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Futils.lisp;h=fe5a24ce63aa930444708a10bbc233d929b49c67;hb=refs%2Ftags%2Fv4.3.1;hp=51eef9ebe20b5ff52a1c9c7bbaf821279a37f175;hpb=4f42e6bf168107ce0ffd9ed0ca0316d00301b11d;p=clsql.git diff --git a/sql/utils.lisp b/sql/utils.lisp index 51eef9e..fe5a24c 100644 --- a/sql/utils.lisp +++ b/sql/utils.lisp @@ -64,7 +64,8 @@ #+lispworks (defvar +lw-global-lock+ (unless +lw-has-without-preemption+ - (mp:make-lock :name "CLSQL" :important-p nil :safep t :recursivep nil))) + (mp:make-lock :name "CLSQL" :important-p nil :safep t :recursivep nil + :sharing t))) (defmacro without-interrupts (&body body) #+allegro `(mp:without-scheduling ,@body)