gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInsert from t2ex/t2ex_source/t2ex/load/src/pminfo.c (0.01 seconds)
t2ex
t2ex_source/t2ex/load/src/pminfo.c - 4.0KB - 139 lines
89:                 pmInfoTable[i].pmid = (i + 1);
90:                 QueInsert(&(pmInfoTable[i].q), &pmFreeQue);
91:         }
134: /* Append to the end of free queue */ 135: QueInsert(&(prog->q), &pmFreeQue); 136: