From d78d5294cd076b48160e12c2f52a940d783b4dac Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Nov 2016 09:11:07 +0100 Subject: score: Add and use _Thread_Dispatch_direct() This function is useful for operations which synchronously block, e.g. self restart, self deletion, yield, sleep. It helps to detect if these operations are called in the wrong context. Since the thread dispatch necessary indicator is not used, this is more robust in some SMP situations. Update #2751. --- testsuites/sptests/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/sptests/configure.ac') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 2899b160c7..76d60e3b3c 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -193,6 +193,7 @@ spfatal20/Makefile spfatal24/Makefile spfatal25/Makefile spfatal27/Makefile +spfatal29/Makefile spfifo01/Makefile spfifo02/Makefile spfifo03/Makefile -- cgit v1.2.3