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]; local
53 short_ids[i] = i;
54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);
H A Dpthread_barrier_test.cpp35 int short_ids[THREAD_COUNT]; local
41 short_ids[i] = i;
42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);

Completed in 42 milliseconds