Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
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()
316 _tx_thread_performance__execute_log_index++; in _tx_thread_system_resume()
319 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_resume()
323 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
467 _tx_thread_performance__execute_log_index++; in _tx_thread_system_resume()
470 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_resume()
474 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
[all …]
Dtx_thread_resume.c379 …if (_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] != _tx_thread_ex… in _tx_thread_resume()
383 _tx_thread_performance__execute_log_index++; in _tx_thread_resume()
386 … if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_resume()
390 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
474 _tx_thread_performance__execute_log_index++; in _tx_thread_resume()
477 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_resume()
481 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
498 _tx_thread_performance__execute_log_index++; in _tx_thread_system_suspend()
501 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_suspend()
505 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
564 _tx_thread_performance__execute_log_index++; in _tx_thread_system_suspend()
567 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_system_suspend()
571 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
[all …]
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()
245 _tx_thread_performance__execute_log_index++; in _tx_thread_preemption_change()
248 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_preemption_change()
252 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
658 _tx_thread_performance__execute_log_index++; in _tx_thread_suspend()
661 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_suspend()
665 _tx_thread_performance__execute_log_index = ((UINT) 0); 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()
724 _tx_thread_performance__execute_log_index++; in _tx_thread_suspend()
727 if (_tx_thread_performance__execute_log_index >= TX_THREAD_EXECUTE_LOG_SIZE) in _tx_thread_suspend()
731 _tx_thread_performance__execute_log_index = ((UINT) 0); in _tx_thread_suspend()
735 …_tx_thread_performance_execute_log[_tx_thread_performance__execute_log_index] = _tx_thread_execut… in _tx_thread_suspend()
Dtx_thread_initialize.c262 ULONG _tx_thread_performance__execute_log_index; variable
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h528 THREAD_DECLARE ULONG _tx_thread_performance__execute_log_index; variable