Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c279 pthread_t thrdid[30]; /* maxinum of 30 threads allowed */ in main() local
330 (&thrdid[thrd_ndx], NULL, shmat_rd_wr, chld_args)) { in main()
338 (&thrdid[thrd_ndx + 1], NULL, shmat_rd_wr, chld_args)) { in main()
347 if (pthread_join(thrdid[thrd_ndx], &th_status) != 0) { in main()
355 (long)thrdid[thrd_ndx]); in main()