summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spintrcritical_support/intrcritical.h (follow)
AgeCommit message (Collapse)Author
2020-07-23spintrcritical_support: RemoveSebastian Huber
This test support was replaced by T_interrupt_test() is no longer used.
2014-09-10tests: Rework interrupt critical testsSebastian Huber
This avoids test durations of more than one hour on fast targets, since fast targets can count a lot during one clock tick period, so the minor loop iteration count was quite high. Estimate now the test body duration to iterate only through the interesting time window. Add and use interrupt_critical_section_test().
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-07-202009-07-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* spintrcritical_support/intrcritical.c, spintrcritical_support/intrcritical.h: Change prototype of delay method to indicate when counter is reset. This can be used to count how many iterations we are doing.
2009-07-102009-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* spintrcritical_support/intrcritical.c, spintrcritical_support/intrcritical.h: New files.