From 2b56eadbd1bd0a9e95ec0d43b36146d48b5414bc Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Thu, 3 Apr 2025 00:30:03 +0200 Subject: [PATCH] vault backup: 2025-04-03 00:30:03 --- Concurrent Systems/test/Untitled.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Concurrent Systems/test/Untitled.md b/Concurrent Systems/test/Untitled.md index 9081afa..4e8f12f 100644 --- a/Concurrent Systems/test/Untitled.md +++ b/Concurrent Systems/test/Untitled.md @@ -42,8 +42,6 @@ monitor RW_READERS := operation begin_read() := WR++ - if WW != 0 then - CR_PR.wait() if AW != 0 then CR.wait() CR.signal()