summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill2016-04-142-0/+71
| | | | | | | | | 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.
* psxhdrs: Reorganize into subdirectories per .h file and rename filesJoel Sherrill2015-02-1265-0/+2380
This is a better organization and makes it clearer which file is testing which method from which header file.