RTEMS 6.1-rc2
|
#include <rtems.h>
#include <rtems/test-scheduler.h>
#include <rtems/score/percpu.h>
#include <rtems/score/schedulersmp.h>
#include <rtems/score/threadimpl.h>
#include "tx-support.h"
#include <rtems/test.h>
Data Structures | |
struct | ScoreSchedSmpValSmp_Context |
Test context for spec:/score/sched/smp/val/smp test case. More... | |
Macros | |
#define | EVENT_OBTAIN RTEMS_EVENT_0 |
#define | EVENT_RELEASE RTEMS_EVENT_1 |
#define | EVENT_STICKY_OBTAIN RTEMS_EVENT_2 |
#define | EVENT_STICKY_RELEASE RTEMS_EVENT_3 |
#define | EVENT_SYNC_RUNNER RTEMS_EVENT_4 |
#define | EVENT_BUSY RTEMS_EVENT_5 |
Typedefs | |
typedef ScoreSchedSmpValSmp_Context | Context |
Enumerations | |
enum | WorkerIndex { WORKER_A , WORKER_B , WORKER_C , WORKER_COUNT , WORKER_A , WORKER_B , WORKER_C , WORKER_COUNT } |
Functions | |
T_TEST_CASE_FIXTURE (ScoreSchedSmpValSmp, &ScoreSchedSmpValSmp_Fixture) | |