Home
last modified time | relevance | path

Searched refs:_tx_thread_performance_execute_log (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_initialize.c263 TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE]; variable
387 …TX_MEMSET(&_tx_thread_performance_execute_log[0], 0, (sizeof(_tx_thread_performance_execute_log))); in _tx_thread_initialize()
Dtx_thread_system_resume.c312 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_system_resume()
327_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_system_resume()
463 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_system_resume()
478_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_system_resume()
832 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex…
847_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut…
929 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex…
944_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut…
Dtx_thread_resume.c379 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_resume()
394_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_resume()
470 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_resume()
485_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_resume()
Dtx_thread_system_suspend.c494 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_system_suspend()
509_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_system_suspend()
560 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_system_suspend()
575_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_system_suspend()
1069 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex…
1084_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut…
1132 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex…
1147_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut…
Dtx_thread_preemption_change.c241 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_preemption_change()
256_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_preemption_change()
Dtx_thread_suspend.c654 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_suspend()
669_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_suspend()
720 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_suspend()
735_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_suspend()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h529 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE]; variable