Searched refs:arr_x (Results 1 – 1 of 1) sorted by relevance
216 S1 arr_x[2][3] = { { 1, 2, 3 }, { 4, 5, 6 } }; variable217 #pragma omp threadprivate(arr_x)423 Res += arr_x[1][1].a; in main()615 Res += arr_x[1][1].a; in foobar()