gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInit from mtkernel_3/kernel/tkernel/mailbox.c (0.00 seconds)
mtkernel_3
kernel/tkernel/mailbox.c - 9.4KB - 391 lines
42:         /* Register all control blocks onto FreeQue */
43:         QueInit(&knl_free_mbxcb);
44:         end = knl_mbxcb_table + NUM_MBXID;
82: /* Initialize control block */ 83: QueInit(&mbxcb->wait_queue); 84: mbxcb->mbxid = mbxid;