Search | Google it | Results 1 - 1 of 1 for funcall:QueInit from tkernel_2/kernel/tkernel/src/semaphore.c (0.00 seconds) |
73: /* Register all control blocks onto FreeQue */ 74: QueInit(&free_semcb); 75: end = semcb_table + NUM_SEMID; 170: /* Initialize control block */ 171: QueInit(&semcb->wait_queue); 172: semcb->semid = semid;