Search | Google it | Results 1 - 1 of 1 for funcall:QueInsert from tkernel_2/kernel/tkernel/src/mutex.c (0.00 seconds) |
83: mtxcb->mtxid = 0; 84: QueInsert(&mtxcb->wait_queue, &free_mtxcb); 85: } 397: /* Return to FreeQue */ 398: QueInsert(&mtxcb->wait_queue, &free_mtxcb); 399: mtxcb->mtxid = 0; 489: if ( mtxatr == TA_TFIFO ) { 490: QueInsert(&ctxtsk->tskque, &mtxcb->wait_queue); 491: } else {