Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c1.c98 unsigned long nbthNOK[5]; variable
119 bool = ((nbthOK[i] + nbthNOK[i]) >= nbthTOT); in threaded()
137 nbthNOK[i]++; in threaded()
138 bool = ((nbthOK[i] + nbthNOK[i]) >= nbthTOT); in threaded()
183 nbthNOK[i] = 0; in main()
280 while ((ret == 0) && ((nbthOK[i] + nbthNOK[i]) < nbthTOT)); in main()
321 output(" (and %lu threads could not wait)\n", nbthNOK[i]); in main()
322 ret += nbthNOK[i]; in main()