From c9bda53c88e495d31a76432657ed58b0c0db8fc3 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 16 Jun 2015 19:05:24 -0700 Subject: [PATCH] Add without-interruption, to replace without-interrupts... ...where atomicity is not needed. Without-interrupts is deprecated because it is broken in multiprocessing worlds where it cannot provide the atomicity it guarantees in uniprocessing worlds. --- src/runtime/runtime.pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 55cabe5ce..723721a50 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -5052,6 +5052,7 @@ USA. with-thread-mutex-locked with-thread-mutex-unlocked with-thread-timer-stopped + (without-interruption with-thread-events-blocked) without-thread-mutex-lock yield-current-thread) (export (runtime interrupt-handler) -- 2.25.1