History log of /seL4-test-master/projects/musllibc/src/thread/pthread_getconcurrency.c
Revision Date Author Comments
# ddd87b2f 30-May-2011 Rich Felker <dalias@aerifal.cx>

implement pthread_[sg]etconcurrency.

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. :-)