Searched refs:thrdid (Results 1 – 1 of 1) sorted by relevance
279 pthread_t thrdid[30]; /* maxinum of 30 threads allowed */ in main() local330 (&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()