/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_information_test.c | 74 ULONG idle_returns; in thread_0_entry() local 133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 140 …(non_idle_returns != _tx_thread_performance_non_idle_return_count) || (idle_returns != _tx_thread_… in thread_0_entry() 314 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 327 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 340 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 353 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 366 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 379 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 392 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() [all …]
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_thread_information_test.c | 74 ULONG idle_returns; in thread_0_entry() local 133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 140 …(non_idle_returns != _tx_thread_performance_non_idle_return_count) || (idle_returns != _tx_thread_… in thread_0_entry() 314 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 327 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 340 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 353 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 366 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 379 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() 392 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry() [all …]
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_performance_system_info_get.c | 102 ULONG *non_idle_returns, ULONG *idle_returns) in _tx_thread_performance_system_info_get() argument 193 if (idle_returns != TX_NULL) in _tx_thread_performance_system_info_get() 196 *idle_returns = _tx_thread_performance_idle_return_count; in _tx_thread_performance_system_info_get() 271 else if (idle_returns != TX_NULL) in _tx_thread_performance_system_info_get()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_thread_performance_system_info_get.c | 102 ULONG *non_idle_returns, ULONG *idle_returns) in _tx_thread_performance_system_info_get() argument 193 if (idle_returns != TX_NULL) in _tx_thread_performance_system_info_get() 196 *idle_returns = _tx_thread_performance_idle_return_count; in _tx_thread_performance_system_info_get() 271 else if (idle_returns != TX_NULL) in _tx_thread_performance_system_info_get()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_performance_system_info_get.c | 91 …G *relinquishes, ULONG *timeouts, ULONG *wait_aborts, ULONG *non_idle_returns, ULONG *idle_returns) in _tx_thread_performance_system_info_get() argument 105 extra_parameters[8] = (ALIGN_TYPE) idle_returns; in _tx_thread_performance_system_info_get()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1794 ULONG *non_idle_returns, ULONG *idle_returns);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1767 ULONG *non_idle_returns, ULONG *idle_returns);
|