Searched refs:pcrterr (Results 1 – 1 of 1) sorted by relevance
116 int pcrterr; in thread() local136 pcrterr = pthread_create(&th, &attr, thread, (void *)(num + 1)); in thread()137 if (pcrterr != 0) { in thread()144 if (pcrterr == EAGAIN) { in thread()