Search | Google it | Results 1 - 1 of 1 for funcall:QueInsert from t2ex/t2ex_source/t2ex/load/src/pminfo.c (0.00 seconds) |
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: