Searched refs:solicited_preemptions (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_performance_system_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument 138 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get() 141 *solicited_preemptions = _tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_system_info_get() 224 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument 156 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get() 159 … *solicited_preemptions = thread_ptr -> tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_info_get() 240 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_performance_system_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument 138 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get() 141 *solicited_preemptions = _tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_system_info_get() 224 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument 156 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get() 159 … *solicited_preemptions = thread_ptr -> tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_info_get() 240 else if (solicited_preemptions != 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 …HREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, ULONG *solicited_preemptions, ULONG *in… in _tx_thread_performance_info_get() argument 99 extra_parameters[1] = (ALIGN_TYPE) solicited_preemptions; in _tx_thread_performance_info_get()
|
| D | txm_thread_performance_system_info_get.c | 92 …ce_system_info_get(ULONG *resumptions, ULONG *suspensions, ULONG *solicited_preemptions, ULONG *in… in _tx_thread_performance_system_info_get() argument 98 extra_parameters[0] = (ALIGN_TYPE) solicited_preemptions; in _tx_thread_performance_system_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1770 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, 1773 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1743 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, 1746 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
|