Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A Dthread_local_test.cpp48 int short_ids[count]; in thread_local_test() local
53 short_ids[i] = i; in thread_local_test()
54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in thread_local_test()
H A Dpthread_barrier_test.cpp35 int short_ids[THREAD_COUNT]; in main() local
41 short_ids[i] = i; in main()
42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in main()