Subj : problem in pthread_setconcurrency macro To : comp.programming.threads From : Mozis Date : Sat Feb 26 2005 11:06 am I set the councurrency level 10 by pthread_setconcurrency(10) and started 10 threads to accomplish some task but the result showed that It was performed by the 1st thread only and others just exited blankly. It means others except the 1st thread didnt get the CPU. But, I dont kno what went wrong though I used the pthread_setconcurrency() function...I am usin kernel v2.4.21.8 on INTEL p4 with RHEL OS. I had also added lpthread library while compiling. Please help me out...Thanx in advance... Regards, Jaydeep Chokshi. .