summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/psxtests/psxhdrs/pthread/*: Change license to BSD-2Joel Sherrill2022-04-121-7/+23
| | | | Updates #3053.
* psxtests/psxhdrs patch (GCI 2018)ABR290B2018-11-251-11/+11
|
* Add pthread_getconcurrency() and pthread_setconcurrency()Joel Sherrill2016-04-141-0/+34
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.