gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mtx_waited from mtkernel_3/kernel/tkernel/mutex.c (0.00 seconds)
mtkernel_3
kernel/tkernel/mutex.c - 18.3KB - 648 lines
83:                   case TA_INHERIT:
84:                         if ( mtx_waited(mtxcb) ) {
85:                                 pri = mtx_head_pri(mtxcb);
119: 120: if ( mtx_waited(mtxcb) ) { 121: next_tcb = (TCB*)mtxcb->wait_queue.next;
187: case TA_INHERIT: 188: if ( mtx_waited(mtxcb) ) { 189: pri = mtx_head_pri(mtxcb);
466: 467: if ( mtx_waited(mtxcb) ) { 468: tcb = (TCB*)mtxcb->wait_queue.next;