Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_priority_change.c406 lowest_priority = _tx_thread_smp_lowest_priority_get(); in _tx_mutex_priority_change()
Dtx_thread_priority_change.c429 lowest_priority = _tx_thread_smp_lowest_priority_get(); in _tx_thread_priority_change()
Dtx_thread_system_resume.c665 lowest_priority = _tx_thread_smp_lowest_priority_get(); in _tx_thread_system_resume()
Dtx_thread_smp_utilities.c541 UINT _tx_thread_smp_lowest_priority_get(void) in _tx_thread_smp_lowest_priority_get() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1066 static INLINE_DECLARE UINT _tx_thread_smp_lowest_priority_get(void) in _tx_thread_smp_lowest_priority_get() function
1670 UINT _tx_thread_smp_lowest_priority_get(void);
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c1272 _tx_thread_smp_lowest_priority_get(); in tx_application_define()