summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxonce01/system.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/psxtests/psx[n-z]*: Change license to BSD-2Joel Sherrill2022-04-121-3/+22
| | | | Updates #3053.
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-181-1/+1
| | | | | | | | Recursive usage of the same pthread_once_t results now in a deadlock. Previously, an error of EINVAL was returned. This usage scenario is invalid according to the POSIX pthread_once() specification. Close #3334.
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* psxtests/psxonce01: Use test extensionSebastian Huber2014-09-101-0/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* psxtests: move pthread_once tests into an extra test.Christian Mauderer2014-03-191-0/+28