summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic01 (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-23libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber1-1/+1
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-04-09rtems: Add rtems_scheduler_get_processor()Sebastian Huber1-3/+3
2018-04-10testsuite/smptests: Merged nested Makefile.am files into one Makefile.amChris Johns1-19/+0
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
2017-02-14Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber1-1/+1
2017-02-02Remove CONFIGURE_SMP_APPLICATIONSebastian Huber1-2/+0
2016-06-08smptests/smpatomic01: Fix seqlock writeSebastian Huber1-1/+3
2016-06-07smptests/smpatomic01: Add seqlock test caseSebastian Huber2-0/+235
2016-06-01smptests/smpatomic01: New test casesSebastian Huber2-18/+349
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber2-16/+0
2015-03-17testsupport: Add worker setup handlerSebastian Huber1-11/+24
2015-03-06testsupport: Add cascade option to parallel testAlexander Krutwig1-30/+60
2015-03-05tests: Refactor parallel test executionAlexander Krutwig1-147/+140
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber2-207/+0
2014-09-01tests: Add documentationSebastian Huber1-2/+27
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-17tests/smptests: Use <rtems/test.h>Sebastian Huber1-3/+6
2014-03-06score: Add _Atomic_Fence()Sebastian Huber2-19/+70
2014-02-17score: Add SMP barrierSebastian Huber1-46/+2
2014-02-14score: Add Atomic_UintSebastian Huber1-0/+54
2013-10-08rename smpatomic08 to smpatomic01WeiY4-0/+655
2013-10-08delete smpatomic0-7 test casesWeiY6-266/+0
2013-09-03score: Use unsigned long for atomic integersSebastian Huber1-2/+2
2013-08-28smptests: Move ATOMIC conditional to top-levelSebastian Huber1-4/+0
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber1-2/+2
2013-07-17stdatomic.h support check when configureWeiY1-2/+4
2013-07-17smpatomic test case updateWeiY1-20/+13
2013-06-14score: Rename rtems_smp_get_number_of_processors()Sebastian Huber1-3/+3
2013-02-07tests: atomic support for RTEMS. SMP tests for atomic operations.WeiY6-0/+275