Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_priority_change.c184 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_mutex_priority_change()
211 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_mutex_priority_change()
217_tx_thread_smp_simple_priority_change(thread_ptr, thread_ptr -> tx_thread_user_priority); in _tx_mutex_priority_change()
Dtx_thread_priority_change.c215 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_thread_priority_change()
241 _tx_thread_smp_simple_priority_change(thread_ptr, new_priority); in _tx_thread_priority_change()
Dtx_thread_smp_utilities.c996 VOID _tx_thread_smp_simple_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_thread_smp_simple_priority_change() function
/ThreadX-v6.4.1/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.4.1/common_smp/inc/
Dtx_thread.h1521 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
1673 VOID _tx_thread_smp_simple_priority_change(TX_THREAD *thread_ptr, UINT new_priority);