Subj : pthread_create returns 12 To : comp.programming.threads From : marbac Date : Wed Apr 06 2005 12:53 pm Hello, i am creating 10000+ threads to evaluate how many threads my implementation allows (hope that it is equal to PTHREAD_THREADS_MAX) man pthreat_create tells me, that pthread_create has to return EAGAIN which is 11. But in my implementation it returns 12 ... what does this error-code stand for? thanks marbac .