Files
rtems/testsuites/sptests
Sebastian Huber e429e9742a score: Simplify thread wait state handling
Remove the THREAD_WAIT_STATE_READY_AGAIN and simply use the initial value to
indicate that a thread does not wait on something.  Rename
THREAD_WAIT_FLAGS_INITIAL to THREAD_WAIT_STATE_READY.  This change is necessary
so that _Thread_Continue() can be called for threads which never waited on
something (for example dormant threads).

Update #4546.
2021-11-23 11:00:28 +01:00
..
2020-09-17 17:42:25 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2020-08-20 08:56:28 +02:00
2021-02-03 05:57:06 +01:00
2018-10-05 13:41:07 +02:00
2018-11-12 13:25:39 +01:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2021-10-25 18:04:28 +02:00
2018-10-05 13:41:07 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2021-05-02 18:41:26 +02:00
2018-10-05 13:41:07 +02:00
2020-04-16 07:30:00 +02:00
2021-02-25 16:16:25 +01:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2018-10-05 13:41:07 +02:00
2020-04-16 07:30:00 +02:00
2018-10-05 13:41:07 +02:00
2020-04-16 07:30:00 +02:00
2018-10-05 13:41:07 +02:00
2018-11-12 07:01:16 +01:00
2020-04-16 07:30:00 +02:00
2020-03-23 15:44:41 +01:00
2020-04-16 07:30:00 +02:00
2018-10-05 13:41:07 +02:00

This directory contains the RTEMS Single Processor Test Suite.
The tests in this directory provide near complete (98%+) test
coverage of the non-multiprocessor code in RTEMS.