gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mtx_waited from tkernel_2/kernel/tkernel/src/mutex.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/mutex.c - 19.7KB - 703 lines
130:                   case TA_INHERIT:
131:                         if ( mtx_waited(mtxcb) ) {
132:                                 pri = mtx_head_pri(mtxcb);
171: 172: if ( mtx_waited(mtxcb) ) { 173: next_tcb = (TCB*)mtxcb->wait_queue.next;
239: case TA_INHERIT: 240: if ( mtx_waited(mtxcb) ) { 241: pri = mtx_head_pri(mtxcb);
529: 530: if ( mtx_waited(mtxcb) ) { 531: tcb = (TCB*)mtxcb->wait_queue.next;