Searched refs:pthread_ids (Results 1 – 1 of 1) sorted by relevance
369 static pthread_t pthread_ids[NUMTHREAD]; in map_and_thread() local455 if (pthread_create(&pthread_ids[thrd_ndx++], NULL, exec_func, in map_and_thread()482 if (pthread_join(pthread_ids[thrd_ndx], &th_status)) { in map_and_thread()494 (long)pthread_ids[thrd_ndx]); in map_and_thread()