Search | Google it | Results 1 - 1 of 1 for funcall:QueInit from tkernel_2/kernel/tkernel/src/mempool.c (0.00 seconds) |
78: /* Register all control blocks onto FreeQue */ 79: QueInit(&free_mplcb); 80: end = mplcb_table + NUM_MPLID; 222: } 223: QueInit(aq + 2); 224: } 339: 340: QueInit(&mplcb->areaque); 341: QueInit(&mplcb->freeque); 342: 463: /* Initialize control block */ 464: QueInit(&mplcb->wait_queue); 465: mplcb->mplid = mplid;