RTEMS 6.1-rc1
|
#include <rtems.h>
#include <rtems/test-scheduler.h>
#include <rtems/score/smpbarrier.h>
#include <rtems/score/threadimpl.h>
#include "ts-config.h"
#include "tx-support.h"
#include <rtems/test.h>
Data Structures | |
struct | ScoreThreadValSmp_Context |
Test context for spec:/score/thread/val/smp test case. More... | |
Macros | |
#define | EVENT_OBTAIN RTEMS_EVENT_0 |
#define | EVENT_RELEASE RTEMS_EVENT_1 |
#define | EVENT_COUNT_EARLY RTEMS_EVENT_2 |
#define | EVENT_BUSY RTEMS_EVENT_3 |
#define | EVENT_COUNT RTEMS_EVENT_4 |
#define | EVENT_LET_WORKER_C_COUNT RTEMS_EVENT_5 |
#define | EVENT_SET_TASK_SWITCH_EXTENSION RTEMS_EVENT_6 |
Typedefs | |
typedef ScoreThreadValSmp_Context | Context |
Functions | |
T_TEST_CASE_FIXTURE (ScoreThreadValSmp, &ScoreThreadValSmp_Fixture) | |