Searched refs:_tx_thread_smp_simple_priority_change (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_mutex_priority_change.c | 185 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_mutex_priority_change() 212 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_mutex_priority_change() 218 … _tx_thread_smp_simple_priority_change(thread_ptr, thread_ptr -> tx_thread_user_priority); in _tx_mutex_priority_change()
|
| D | tx_thread_priority_change.c | 216 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_thread_priority_change() 242 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_thread_priority_change()
|
| D | tx_thread_smp_utilities.c | 997 VOID _tx_thread_smp_simple_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_thread_smp_simple_priority_change() function
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_priority_change.c | 49 VOID _tx_thread_smp_simple_priority_change(TX_THREAD *thread_ptr,UINT new_priority); 460 _tx_thread_smp_simple_priority_change(&thread_0, 16); in thread_0_entry()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 1522 static INLINE_DECLARE VOID _tx_thread_smp_simple_priority_change(TX_THREAD *thread_ptr, UINT new_p… in _tx_thread_smp_simple_priority_change() function 1674 VOID _tx_thread_smp_simple_priority_change(TX_THREAD *thread_ptr, UINT new_priority);
|