Searched refs:thread_ids (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Dpipe_barrier_test.c52 static int thread_ids[NUM_THREADS]; variable in typeref:typename:int[]
116 thread_ids[i] = i;
117 threads[i] = u_thread_create(thread_function, (void *) &thread_ids[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Dpipe_barrier_test.c52 static int thread_ids[NUM_THREADS]; variable in typeref:typename:int[]
116 thread_ids[i] = i;
117 threads[i] = u_thread_create(thread_function, (void *) &thread_ids[i]);

Completed in 2 milliseconds