Home
last modified time | relevance | path

Searched refs:old_owner (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c86 TX_THREAD *old_owner; in _tx_mutex_put() local
242 old_owner = TX_NULL; in _tx_mutex_put()
426 old_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put()
556 if (old_owner -> tx_thread_priority != old_priority) in _tx_mutex_put()
560 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
623 if (old_owner -> tx_thread_priority != old_priority) in _tx_mutex_put()
627 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c86 TX_THREAD *old_owner; in _tx_mutex_put() local
242 old_owner = TX_NULL; in _tx_mutex_put()
426 old_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put()
556 if (old_owner -> tx_thread_priority != old_priority) in _tx_mutex_put()
560 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
623 if (old_owner -> tx_thread_priority != old_priority) in _tx_mutex_put()
627 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()