Home
last modified time | relevance | path

Searched refs:pcrterr (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c116 int pcrterr; in thread() local
136 pcrterr = pthread_create(&th, &attr, thread, (void *)(num + 1)); in thread()
137 if (pcrterr != 0) { in thread()
144 if (pcrterr == EAGAIN) { in thread()