From 40188718f232423c6e28922e39ea6e9c10eb444b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 13 Jul 2015 10:00:28 +0200 Subject: score: Add self-contained futex implementation --- testsuites/sptests/spsyslock01/spsyslock01.doc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuites/sptests/spsyslock01/spsyslock01.doc') diff --git a/testsuites/sptests/spsyslock01/spsyslock01.doc b/testsuites/sptests/spsyslock01/spsyslock01.doc index 1a7384ce7e..bf59cebeff 100644 --- a/testsuites/sptests/spsyslock01/spsyslock01.doc +++ b/testsuites/sptests/spsyslock01/spsyslock01.doc @@ -18,8 +18,13 @@ directives: - _Semaphore_Wait() - _Semaphore_Post() - _Semaphore_Destroy() + - _Futex_Initialize() + - _Futex_Wait() + - _Futex_Wake() + - _Futex_Destroy() concepts: - Ensure that self-contained mutexes and recursive mutexes work. - Ensure that self-contained semaphores work. + - Ensure that self-contained futexes work. -- cgit v1.2.3