summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxconcurrency01/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-23/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill2016-04-141-0/+23
This is the very simple implementation specified by the Open Group for implementations with 1:1 kernel thread to user thread mappings. http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html updates #2680.