thr_setconcurrency
if (thr_setconcurrency(NUMLWPS) != 0) {
(void) thr_setconcurrency(concurrency_level);
(void) thr_setconcurrency(concurrency_level);
extern int thr_setconcurrency(int);
(void) thr_setconcurrency(4); /* 3 threads + main */