Lines Matching defs:idx
514 int idx;
515 for (idx = 0; idx < threadNum; ++idx) {
516 if (pthread_create((thrArrayList[type]) + idx, NULL, ThreadFuncC, (void*)(&mallocSize))) {
539 int idx;
540 for (idx = 0; idx < threadNum; ++idx) {
541 if (pthread_create((thrArrayList[type]) + idx, NULL, ThreadMmap, NULL)) {
551 int idx;
553 for (idx = 0; idx < g_threadNum; ++idx) {
554 pthread_join((thrArrayList[type])[idx], NULL);