summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smplock01/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-1/+1
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
* tests: Remove TEST_INITSebastian Huber2017-10-281-2/+0
* tests: Remove obsolete TESTS_USE_PRINTKSebastian Huber2017-10-281-1/+0
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-0/+2
* Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2017-02-141-1/+1
* Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2017-02-021-2/+0
* smptests/smplock01: Test TAS and TTAS locksSebastian Huber2016-11-231-5/+97
* smptests/smplock01: Use test supportSebastian Huber2016-10-311-247/+375
* score: Add an SMP sequence lock implementationSebastian Huber2016-06-091-4/+56
* SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber2016-05-191-14/+159
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-2/+2
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-2/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* tests/smptests: Use <rtems/test.h>Sebastian Huber2014-03-171-3/+6
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-3/+3
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-2/+10
* score: Add local context to SMP lock APISebastian Huber2014-03-111-10/+15
* score: Add SMP barrierSebastian Huber2014-02-171-52/+14
* smptests/smplock01: Use atomic operationsSebastian Huber2014-02-171-57/+41
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-6/+6
* score: Rename rtems_smp_get_number_of_processors()Sebastian Huber2013-06-141-2/+2
* smptests/smplock01: New testSebastian Huber2013-05-311-0/+405