summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-26 13:03:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-09-26 21:23:53 +0200
commit8d296cd54e51d2fe1f6bf5344cca70c822b04568 (patch)
tree2a3dc5c5ffaf6d56761510c2e7994104335aef8f /testsuites/smptests/smpatomic01
parentbootstrap: regenerate preinstall.am (diff)
downloadrtems-8d296cd54e51d2fe1f6bf5344cca70c822b04568.tar.bz2
score: Use uintptr_t for atomic pointer operations
Do not obfuscate the standard API.
Diffstat (limited to 'testsuites/smptests/smpatomic01')
-rw-r--r--testsuites/smptests/smpatomic01/init.c1
-rw-r--r--testsuites/smptests/smpatomic01/smpatomic01.doc15
2 files changed, 0 insertions, 16 deletions
diff --git a/testsuites/smptests/smpatomic01/init.c b/testsuites/smptests/smpatomic01/init.c
index 72ccdf2806..5d0f665cca 100644
--- a/testsuites/smptests/smpatomic01/init.c
+++ b/testsuites/smptests/smpatomic01/init.c
@@ -36,7 +36,6 @@ const char rtems_test_name[] = "SMPATOMIC 1";
typedef struct {
rtems_test_parallel_context base;
- Atomic_Uint atomic_int_value;
Atomic_Ulong atomic_value;
unsigned long per_worker_value[CPU_COUNT];
unsigned long normal_value;
diff --git a/testsuites/smptests/smpatomic01/smpatomic01.doc b/testsuites/smptests/smpatomic01/smpatomic01.doc
index e0310e081f..0b32da9645 100644
--- a/testsuites/smptests/smpatomic01/smpatomic01.doc
+++ b/testsuites/smptests/smpatomic01/smpatomic01.doc
@@ -4,32 +4,17 @@ test set name: smpatomic01
directives:
- - ATOMIC_INITIALIZER_FLAG
- - ATOMIC_INITIALIZER_PTR()
- - ATOMIC_INITIALIZER_UINT()
- - ATOMIC_INITIALIZER_ULONG()
- - _Atomic_Compare_exchange_uint()
- _Atomic_Compare_exchange_ulong()
- - _Atomic_Exchange_uint()
- _Atomic_Exchange_ulong()
- _Atomic_Fence()
- - _Atomic_Fetch_add_uint()
- _Atomic_Fetch_add_ulong()
- - _Atomic_Fetch_and_uint()
- _Atomic_Fetch_and_ulong()
- - _Atomic_Fetch_or_uint()
- _Atomic_Fetch_or_ulong()
- - _Atomic_Fetch_sub_uint()
- _Atomic_Fetch_sub_ulong()
- _Atomic_Flag_clear()
- _Atomic_Flag_test_and_set()
- - _Atomic_Init_ptr()
- - _Atomic_Init_uint()
- _Atomic_Init_ulong()
- - _Atomic_Load_ptr()
- - _Atomic_Load_uint()
- _Atomic_Load_ulong()
- - _Atomic_Store_uint()
- _Atomic_Store_ulong()
concepts: