Searched refs:wait_aborts (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_performance_system_info_get.c | 102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument 180 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get() 183 *wait_aborts = _tx_thread_performance_wait_abort_count; in _tx_thread_performance_system_info_get() 260 else if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 102 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument 198 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get() 201 *wait_aborts = thread_ptr -> tx_thread_performance_wait_abort_count; in _tx_thread_performance_info_get() 276 else if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_performance_system_info_get.c | 102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument 180 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get() 183 *wait_aborts = _tx_thread_performance_wait_abort_count; in _tx_thread_performance_system_info_get() 260 else if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 102 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument 198 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get() 201 *wait_aborts = thread_ptr -> tx_thread_performance_wait_abort_count; in _tx_thread_performance_info_get() 276 else if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_thread_performance_info_get.c | 92 …ions, ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **la… in _tx_thread_performance_info_get() argument 105 extra_parameters[7] = (ALIGN_TYPE) wait_aborts; in _tx_thread_performance_info_get()
|
| D | txm_thread_performance_system_info_get.c | 92 …ions, ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, ULONG *non_idl… in _tx_thread_performance_system_info_get() argument 104 extra_parameters[6] = (ALIGN_TYPE) wait_aborts; in _tx_thread_performance_system_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1771 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… 1774 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1744 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… 1747 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,
|