gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:get_mtxcb (0.00 seconds)
mtkernel_3
kernel/tkernel/mutex.c - 18.3KB - 648 lines
167:         if ( (tcb->state & TS_WAIT) != 0 && (tcb->wspec->tskwait & TTW_MTX) != 0 ) {
168:                 mtxcb = get_mtxcb(tcb->wid);
169:                 if ( (mtxcb->mtxatr & TA_CEILING) == TA_CEILING ) {
More results from mutex.c
tkernel_2
kernel/tkernel/src/mutex.c - 19.7KB - 703 lines
219:         if ( (tcb->state & TS_WAIT) != 0 && (tcb->wspec->tskwait & TTW_MTX) != 0 ) {
220:                 mtxcb = get_mtxcb(tcb->wid);
221:                 if ( (mtxcb->mtxatr & TA_CEILING) == TA_CEILING ) {
More results from mutex.c