summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tx-support.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-29 15:23:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-29 17:19:42 +0200
commit9f9f1408a1ec8831cfccfe3cc8e7cf3c3bf55d42 (patch)
tree3e7c1d2ab059e0827bfd21b8bc8eb6cb10058ce9 /testsuites/validation/tx-support.c
parentvalidation: Use individual names for ident tests (diff)
downloadrtems-9f9f1408a1ec8831cfccfe3cc8e7cf3c3bf55d42.tar.bz2
rtems: Clarify scheduler of created task
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tx-support.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/validation/tx-support.c b/testsuites/validation/tx-support.c
index b09d3cc3cd..f576373eb1 100644
--- a/testsuites/validation/tx-support.c
+++ b/testsuites/validation/tx-support.c
@@ -557,6 +557,11 @@ void RestoreRunnerPriority( void )
SetSelfPriority( 1 );
}
+void RestoreRunnerScheduler( void )
+{
+ SetSelfScheduler( SCHEDULER_A_ID, 1 );
+}
+
Thread_Control *GetThread( rtems_id id )
{
Thread_Control *the_thread;