mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/Tasty.git
synced 2025-06-12 03:25:58 +00:00
Updated test case descriptions
This commit is contained in:
parent
25b41578c4
commit
7dbccbbdf7
@ -49,7 +49,7 @@ namespace sta
|
|||||||
|
|
||||||
signal->notify();
|
signal->notify();
|
||||||
|
|
||||||
// This should notify the watchdog that this thread should be monitored.
|
// This should notify the watchdog that this thread should not be monitored.
|
||||||
blocking(
|
blocking(
|
||||||
pointless_expensive_computation();
|
pointless_expensive_computation();
|
||||||
)
|
)
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* case10.cpp
|
* case11.cpp
|
||||||
*
|
*
|
||||||
* Created on: Feb 7, 2024
|
* Created on: Feb 7, 2024
|
||||||
* Author: Dario
|
* Author: Dario
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests if threads are properly terminated and started because of state transitions. The thread status is updated accordingly and no memory leaks occur.
|
* Tests if a thread with IGNORED status is properly ignored.
|
||||||
*/
|
*/
|
||||||
#include <sta/tasty/config.hpp>
|
#include <sta/tasty/config.hpp>
|
||||||
#ifdef TASTY_CASE_11
|
#ifdef TASTY_CASE_11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user