Searched refs:short_ids (Results 1 – 2 of 2) sorted by relevance
48 int short_ids[count]; in thread_local_test() local53 short_ids[i] = i; in thread_local_test()54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in thread_local_test()
35 int short_ids[THREAD_COUNT]; in main() local41 short_ids[i] = i; in main()42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in main()