Lines Matching refs:index
241 PRF_STR_INT("MtDec_ThreadFunc2", t->index)
243 // SetThreadAffinityMask(GetCurrentThread(), 1 << t->index);
271 PRF_STR_INT("=============== Event_Wait(&t->canRead)", t->index)
277 PRF_STR_INT("after Event_Wait(&t->canRead)", t->index)
279 // if (t->index == 3) return 19; // for test
397 p->mtCallback->Parse(p->mtCallbackObject, t->index, &parse);
535 codeRes = p->mtCallback->PreCode(p->mtCallbackObject, t->index);
579 unsigned nextIndex = t->index + 1;
626 codeRes = p->mtCallback->Code(p->mtCallbackObject, t->index,
729 res = p->mtCallback->Write(p->mtCallbackObject, t->index,
764 p->filledThreadStart = t->index;
789 if (t->index == 0)
819 // fprintf(stdout, "\n%d = %p\n", t->index, &t);
842 // fprintf(stderr, "\n%d = %p - before", t->index, &t);
843 t->allocaPtr = alloca(t->index * 128);
967 t->index = i;
1013 p->blockIndex = 1; // it must be larger than not_defined index (0)