Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c1.c97 unsigned long nbthOK[5]; variable
118 nbthOK[i]++; in threaded()
119 bool = ((nbthOK[i] + nbthNOK[i]) >= nbthTOT); in threaded()
138 bool = ((nbthOK[i] + nbthNOK[i]) >= nbthTOT); in threaded()
182 nbthOK[i] = 0; in main()
280 while ((ret == 0) && ((nbthOK[i] + nbthNOK[i]) < nbthTOT)); in main()
319 output(" %lu threads have waited on mutex %i\n", nbthOK[i], in main()