Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c1.c99 unsigned long nbthTOT; variable
119 bool = ((nbthOK[i] + nbthNOK[i]) >= nbthTOT); in threaded()
138 bool = ((nbthOK[i] + nbthNOK[i]) >= nbthTOT); in threaded()
185 nbthTOT = 0; in main()
251 nbthTOT++; in main()
255 output("Created %d threads.\n", nbthTOT); in main()
280 while ((ret == 0) && ((nbthOK[i] + nbthNOK[i]) < nbthTOT)); in main()
317 output(" %lu threads were created\n", nbthTOT); in main()