Home
last modified time | relevance | path

Searched refs:_tx_thread_smp_simple_priority_change (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_priority_change.c185 _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()
Dtx_thread_priority_change.c216 _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()
Dtx_thread_smp_utilities.c997 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/
Dthreadx_thread_priority_change.c49 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/
Dtx_thread.h1522 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);