summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxonce01/psxonce01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Change expected pass state stringSebastian Huber2019-12-051-1/+1
| | | | Use separator character '_' for all test states.
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-181-6/+9
| | | | | | | | 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.
* psxtests: move pthread_once tests into an extra test.Christian Mauderer2014-03-191-0/+11