Home
last modified time | relevance | path

Searched refs:TX_THREAD_EXECUTE_LOG_SIZE (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_thread_system_resume.c319 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_resume()
470 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_resume()
839 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
936 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
Dtx_thread_resume.c386 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_resume()
477 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_resume()
Dtx_thread_system_suspend.c501 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_suspend()
567 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_suspend()
1076 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
1139 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
Dtx_thread_preemption_change.c248 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_preemption_change()
Dtx_thread_initialize.c263 TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];
Dtx_thread_suspend.c661 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_suspend()
727 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_suspend()
/ThreadX-v6.2.1/common/inc/
Dtx_thread.h65 #define TX_THREAD_EXECUTE_LOG_SIZE ((UINT) 8) macro
529 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h63 #define TX_THREAD_EXECUTE_LOG_SIZE ((UINT) 8) macro