summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setconcurrency.c
AgeCommit message (Collapse)AuthorLines
2011-05-30implement pthread_[sg]etconcurrency.Rich Felker-0/+9
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. :-)