Home
last modified time | relevance | path

Searched refs:_tx_thread_smp_lowest_priority_get (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_priority_change.c407 lowest_priority = _tx_thread_smp_lowest_priority_get(); in _tx_mutex_priority_change()
Dtx_thread_priority_change.c430 lowest_priority = _tx_thread_smp_lowest_priority_get(); in _tx_thread_priority_change()
Dtx_thread_system_resume.c666 lowest_priority = _tx_thread_smp_lowest_priority_get(); in _tx_thread_system_resume()
Dtx_thread_smp_utilities.c542 UINT _tx_thread_smp_lowest_priority_get(void) in _tx_thread_smp_lowest_priority_get() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1067 static INLINE_DECLARE UINT _tx_thread_smp_lowest_priority_get(void) in _tx_thread_smp_lowest_priority_get() function
1671 UINT _tx_thread_smp_lowest_priority_get(void);
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c1272 _tx_thread_smp_lowest_priority_get(); in tx_application_define()