Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c432 pthread_t mngrs[NSCENAR * SCALABILITY_FACTOR]; in main() local
610 ret = pthread_create(&mngrs[i], &ta, cellmanager, &(cells[i])); in main()
629 ret = pthread_join(mngrs[i], NULL); in main()
Dstress.c432 pthread_t mngrs[NSCENAR * SCALABILITY_FACTOR]; in main() local
610 ret = pthread_create(&mngrs[i], &ta, cellmanager, &(cells[i])); in main()
629 ret = pthread_join(mngrs[i], NULL); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c423 pthread_t mngrs[NSCENAR * SCALABILITY_FACTOR]; in main() local
601 ret = pthread_create(&mngrs[i], &ta, cellmanager, &(cells[i])); in main()
620 ret = pthread_join(mngrs[i], NULL); in main()