From 25b41578c458759666455aca3bed38b30e39d6b4 Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 7 Feb 2024 19:39:10 +0100 Subject: [PATCH] Updated description for case 10 --- src/cases/case10.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cases/case10.cpp b/src/cases/case10.cpp index 2fde2f4..bb45076 100644 --- a/src/cases/case10.cpp +++ b/src/cases/case10.cpp @@ -6,7 +6,7 @@ */ /** - * Tests if threads are properly terminated and started because of state transitions. The thread status is updated accordingly and no memory leaks occur. + * A sleeping thread is not restarted by the watchdog. Additionally, using blocking() also prevents a restart. */ #include #ifdef TASTY_CASE_10