Sets the current level of concurrency.
#include <thread.h>
int thr_setconcurrency (
int new_level);
(IN) Specifies the number of threads you want to run concurrently.
Returns ENOTSUP.
On NetWare, the thr_setconcurrency function is not supported.