Searched refs:tx_mutex_highest_priority_waiting (Results 1 – 6 of 6) sorted by relevance
134 mutex_ptr -> tx_mutex_highest_priority_waiting = ((UINT) TX_MAX_PRIORITIES); in _tx_mutex_get()297 … if (mutex_ptr -> tx_mutex_highest_priority_waiting > thread_ptr -> tx_thread_priority) in _tx_mutex_get()301 … mutex_ptr -> tx_mutex_highest_priority_waiting = thread_ptr -> tx_thread_priority; in _tx_mutex_get()356 … if (mutex_ptr -> tx_mutex_highest_priority_waiting > thread_ptr -> tx_thread_priority) in _tx_mutex_get()360 … mutex_ptr -> tx_mutex_highest_priority_waiting = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
273 … if (next_mutex -> tx_mutex_highest_priority_waiting < inheritance_priority) in _tx_mutex_put()277 … inheritance_priority = next_mutex -> tx_mutex_highest_priority_waiting; in _tx_mutex_put()383 … mutex_ptr -> tx_mutex_highest_priority_waiting = (UINT) TX_MAX_PRIORITIES; in _tx_mutex_put()432 … mutex_ptr -> tx_mutex_highest_priority_waiting = (UINT) TX_MAX_PRIORITIES; in _tx_mutex_put()548 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()612 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
946 UINT tx_mutex_highest_priority_waiting; member
925 UINT tx_mutex_highest_priority_waiting; member