gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:mtx_head_pri (0.00 seconds)
mtkernel_3
kernel/tkernel/mutex.h - 1.7KB - 64 lines
53:  */
54: #define mtx_head_pri(mtxcb)     ( ((TCB*)(mtxcb)->wait_queue.next)->priority )
55: 
tkernel_2
kernel/tkernel/src/mutex.c - 19.7KB - 703 lines
98:  */
99: #define mtx_head_pri(mtxcb)     ( ((TCB*)(mtxcb)->wait_queue.next)->priority )
100: