Lines Matching defs:idx
527 int idx;
528 for (idx = 0; idx < threadNum; ++idx) {
529 int result = pthread_create((thrArrayList[type]) + idx, nullptr,
548 int idx;
549 for (idx = 0; idx < threadNum; ++idx) {
550 int result = pthread_create((thrArrayList[type]) + idx,
562 int idx;
564 for (idx = 0; idx < g_threadNum; ++idx) {
565 pthread_join((thrArrayList[type])[idx], nullptr);