Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_system_resume.c318 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_resume()
469 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_resume()
838 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
935 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
Dtx_thread_resume.c385 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_resume()
476 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_resume()
Dtx_thread_system_suspend.c500 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_suspend()
566 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_suspend()
1075 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
1138 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE)
Dtx_thread_preemption_change.c247 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_preemption_change()
Dtx_thread_initialize.c262 TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];
Dtx_thread_suspend.c660 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_suspend()
726 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_suspend()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h64 #define TX_THREAD_EXECUTE_LOG_SIZE ((UINT) 8) macro
528 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_preemption_change_test.c199 for (i = 0; i < (TX_THREAD_EXECUTE_LOG_SIZE*3); i++) in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_preemption_change_test.c199 for (i = 0; i < (TX_THREAD_EXECUTE_LOG_SIZE*3); i++) in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h64 #define TX_THREAD_EXECUTE_LOG_SIZE ((UINT) 8) macro