Searched refs:mngrs (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress2.c | 432 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()
|
D | stress.c | 432 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/ |
D | stress2.c | 423 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()
|