aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_getconcurrency.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* implement pthread_[sg]etconcurrency.Rich Felker2011-05-301-0/+6
there is a resource limit of 0 bits to store the concurrency level requested. thus any positive level exceeds a resource limit, resulting in EAGAIN. :-)