Search | Google it | Results 1 - 1 of 1 for funcall:QueInit from mtkernel_3/kernel/tkernel/mutex.c (0.00 seconds) |
42: /* Register all control blocks onto FreeQue */ 43: QueInit(&knl_free_mtxcb); 44: end = knl_mtxcb_table + NUM_MTXID; 243: /* Initialize control block */ 244: QueInit(&mtxcb->wait_queue); 245: mtxcb->mtxid = mtxid;