mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 08:55:47 +08:00
2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical16/init.c: Tinker with test to make it hit the case more reliably.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* spintrcritical16/init.c: Tinker with test to make it hit the case
|
||||
more reliably.
|
||||
|
||||
2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, configure.ac: Add new test to exercise as many cases as
|
||||
|
||||
@@ -44,8 +44,8 @@ rtems_timer_service_routine test_release_from_isr(
|
||||
if ( getState() == THREAD_BLOCKING_OPERATION_NOTHING_HAPPENED ) {
|
||||
case_hit = true;
|
||||
(void) rtems_semaphore_release( Semaphore );
|
||||
_Thread_queue_Process_timeout( Main_TCB );
|
||||
}
|
||||
_Thread_queue_Process_timeout( Main_TCB );
|
||||
}
|
||||
|
||||
rtems_task Init(
|
||||
|
||||
Reference in New Issue
Block a user