summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtests/psxhdrs patch (GCI 2018)ABR290B2018-11-2566-662/+662
|
* testsuites/psxtests/psxhdrs: Fix comment so copyright block is separateJoel Sherrill2018-11-1465-65/+195
|
* tests: Remove configure feature checksSebastian Huber2018-05-024-8/+0
| | | | Update #3409.
* 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.