From 3f17826e35abaffdd1c3173673d07589eb572177 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 Nov 2021 11:02:54 +0100 Subject: tr-model-events --- testsuites/validation/tr-model-events-mgr-0.c | 2 +- testsuites/validation/tr-model-events-mgr-1.c | 2 +- testsuites/validation/tr-model-events-mgr-2.c | 2 +- testsuites/validation/tr-model-events-mgr-3.c | 2 +- testsuites/validation/tr-model-events-mgr-4.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testsuites/validation/tr-model-events-mgr-0.c b/testsuites/validation/tr-model-events-mgr-0.c index 63f0f76f85..43548a8381 100644 --- a/testsuites/validation/tr-model-events-mgr-0.c +++ b/testsuites/validation/tr-model-events-mgr-0.c @@ -295,7 +295,7 @@ void RtemsModelEventsMgr_Run0( ctx->unsatisfied_pending = 0xffffffff; memset( &ctx->thread_switch_log, 0, sizeof( ctx->thread_switch_log ) ); T_eq_u32( GetPending( ctx ), 0 ); - _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_FLAGS_INITIAL ); + _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_STATE_READY ); TestSegment0( ctx ); diff --git a/testsuites/validation/tr-model-events-mgr-1.c b/testsuites/validation/tr-model-events-mgr-1.c index aadbeff5f1..df01fa0b6c 100644 --- a/testsuites/validation/tr-model-events-mgr-1.c +++ b/testsuites/validation/tr-model-events-mgr-1.c @@ -305,7 +305,7 @@ void RtemsModelEventsMgr_Run1( ctx->unsatisfied_pending = 0xffffffff; memset( &ctx->thread_switch_log, 0, sizeof( ctx->thread_switch_log ) ); T_eq_u32( GetPending( ctx ), 0 ); - _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_FLAGS_INITIAL ); + _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_STATE_READY ); TestSegment0( ctx ); diff --git a/testsuites/validation/tr-model-events-mgr-2.c b/testsuites/validation/tr-model-events-mgr-2.c index e94fa30fd5..d761bbd8f5 100644 --- a/testsuites/validation/tr-model-events-mgr-2.c +++ b/testsuites/validation/tr-model-events-mgr-2.c @@ -316,7 +316,7 @@ void RtemsModelEventsMgr_Run2( ctx->unsatisfied_pending = 0xffffffff; memset( &ctx->thread_switch_log, 0, sizeof( ctx->thread_switch_log ) ); T_eq_u32( GetPending( ctx ), 0 ); - _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_FLAGS_INITIAL ); + _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_STATE_READY ); TestSegment0( ctx ); diff --git a/testsuites/validation/tr-model-events-mgr-3.c b/testsuites/validation/tr-model-events-mgr-3.c index 4e2bd45bea..c7437801ba 100644 --- a/testsuites/validation/tr-model-events-mgr-3.c +++ b/testsuites/validation/tr-model-events-mgr-3.c @@ -312,7 +312,7 @@ void RtemsModelEventsMgr_Run3( ctx->unsatisfied_pending = 0xffffffff; memset( &ctx->thread_switch_log, 0, sizeof( ctx->thread_switch_log ) ); T_eq_u32( GetPending( ctx ), 0 ); - _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_FLAGS_INITIAL ); + _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_STATE_READY ); TestSegment0( ctx ); diff --git a/testsuites/validation/tr-model-events-mgr-4.c b/testsuites/validation/tr-model-events-mgr-4.c index 1e0c2fe009..2c6b1f7eba 100644 --- a/testsuites/validation/tr-model-events-mgr-4.c +++ b/testsuites/validation/tr-model-events-mgr-4.c @@ -312,7 +312,7 @@ void RtemsModelEventsMgr_Run4( ctx->unsatisfied_pending = 0xffffffff; memset( &ctx->thread_switch_log, 0, sizeof( ctx->thread_switch_log ) ); T_eq_u32( GetPending( ctx ), 0 ); - _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_FLAGS_INITIAL ); + _Thread_Wait_flags_set( ctx->runner_thread, THREAD_WAIT_STATE_READY ); TestSegment0( ctx ); -- cgit v1.2.3