gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInit from tkernel_2/kernel/tkernel/src/messagebuf.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/messagebuf.c - 18.5KB - 689 lines
85:         /* Register all control blocks onto FreeQue */
86:         QueInit(&free_mbfcb);
87:         end = mbfcb_table + NUM_MBFID;
292: /* Initialize control block */ 293: QueInit(&mbfcb->send_queue); 294: mbfcb->mbfid = mbfid;
296: mbfcb->mbfatr = pk_cmbf->mbfatr; 297: QueInit(&mbfcb->recv_queue); 298: mbfcb->buffer = msgbuf;