summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic01/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-03-10bsps/testsuites/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
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
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 Huber1-0/+185
2016-06-01smptests/smpatomic01: New test casesSebastian Huber1-2/+173
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber1-1/+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 Huber1-200/+0
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 Huber1-7/+56
2014-02-17score: Add SMP barrierSebastian Huber1-46/+2
2014-02-14score: Add Atomic_UintSebastian Huber1-0/+54
2013-10-08rename smpatomic08 to smpatomic01WeiY1-2/+2
2013-10-08add simple atomic test cases into smpatomic08WeiY1-0/+108
2013-09-03smptests/smpatomic08: Add initialization test caseSebastian Huber1-0/+42
2013-09-03score: Use unsigned long for atomic integersSebastian Huber1-43/+43
2013-09-01smptests/smpatomic08: Avoid copy and pasteSebastian Huber1-145/+68
2013-09-01smptests/smpatomic08: Simplify or/and test caseSebastian Huber1-38/+52
2013-09-01smptests/smpatomic08: Fix compare and exchangeSebastian Huber1-9/+17
2013-09-01add atomic sub, and, or, compare_exchange test cases into smpatomic08WeiY1-1/+163
2013-08-29smptests/smpatomic08: Fix race conditionsSebastian Huber1-52/+47
2013-08-28smptests/smpatomic08: New testSebastian Huber1-0/+343