RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Functions
#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_A_OBTAIN   RTEMS_EVENT_0
 
#define EVENT_A_RELEASE   RTEMS_EVENT_1
 
#define EVENT_B_OBTAIN   RTEMS_EVENT_2
 
#define EVENT_B_RELEASE   RTEMS_EVENT_3
 
#define EVENT_COUNT_EARLY   RTEMS_EVENT_4
 
#define EVENT_BUSY   RTEMS_EVENT_5
 
#define EVENT_COUNT   RTEMS_EVENT_6
 
#define EVENT_LET_WORKER_C_COUNT   RTEMS_EVENT_7
 
#define EVENT_SET_TASK_SWITCH_EXTENSION   RTEMS_EVENT_8
 

Typedefs

typedef ScoreThreadValSmp_Context Context
 

Functions

Thread_queue_Deadlock_status __wrap__Thread_queue_Path_acquire (Thread_queue_Queue *queue, Thread_Control *the_thread, Thread_queue_Context *queue_context)
 
Thread_queue_Deadlock_status __real__Thread_queue_Path_acquire (Thread_queue_Queue *queue, Thread_Control *the_thread, Thread_queue_Context *queue_context)
 
 T_TEST_CASE_FIXTURE (ScoreThreadValSmp, &ScoreThreadValSmp_Fixture)