gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInit from tkernel_2/kernel/tkernel/src/mutex.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/mutex.c - 19.7KB - 703 lines
79:         /* Register all control blocks onto FreeQue */
80:         QueInit(&free_mtxcb);
81:         end = mtxcb_table + NUM_MTXID;
349: /* Initialize control block */ 350: QueInit(&mtxcb->wait_queue); 351: mtxcb->mtxid = mtxid;