Searched refs:tx_mutex_highest_priority_waiting (Results 1 – 6 of 6) sorted by relevance
133 mutex_ptr -> tx_mutex_highest_priority_waiting = ((UINT) TX_MAX_PRIORITIES); in _tx_mutex_get()296 … if (mutex_ptr -> tx_mutex_highest_priority_waiting > thread_ptr -> tx_thread_priority) in _tx_mutex_get()300 … mutex_ptr -> tx_mutex_highest_priority_waiting = thread_ptr -> tx_thread_priority; in _tx_mutex_get()355 … if (mutex_ptr -> tx_mutex_highest_priority_waiting > thread_ptr -> tx_thread_priority) in _tx_mutex_get()359 … mutex_ptr -> tx_mutex_highest_priority_waiting = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
272 … if (next_mutex -> tx_mutex_highest_priority_waiting < inheritance_priority) in _tx_mutex_put()276 … inheritance_priority = next_mutex -> tx_mutex_highest_priority_waiting; in _tx_mutex_put()382 … mutex_ptr -> tx_mutex_highest_priority_waiting = (UINT) TX_MAX_PRIORITIES; in _tx_mutex_put()431 … mutex_ptr -> tx_mutex_highest_priority_waiting = (UINT) TX_MAX_PRIORITIES; in _tx_mutex_put()547 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()611 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
951 UINT tx_mutex_highest_priority_waiting; member
930 UINT tx_mutex_highest_priority_waiting; member