Home
last modified time | relevance | path

Searched refs:_tx_mutex_priority_change (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_mutex_put.c390_tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put()
560 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
627 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
Dtx_mutex_get.c318 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get()
377 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get()
Dtx_mutex_priority_change.c82 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_mutex_priority_change() function
/ThreadX-v6.2.1/common/src/
Dtx_mutex_put.c390_tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put()
560 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
627 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
Dtx_mutex_get.c318 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get()
377 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get()
Dtx_mutex_priority_change.c87 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_mutex_priority_change() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_mutex.h94 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority);
/ThreadX-v6.2.1/common/inc/
Dtx_mutex.h94 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority);