Home
last modified time | relevance | path

Searched refs:interrupt_preemptions (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_performance_system_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument
145 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
148 *interrupt_preemptions = _tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_system_info_get()
230 else if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument
163 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
166 … *interrupt_preemptions = thread_ptr -> tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_info_get()
246 else if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_thread_performance_system_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument
145 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
148 *interrupt_preemptions = _tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_system_info_get()
230 else if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument
163 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
166 … *interrupt_preemptions = thread_ptr -> tx_thread_performance_interrupt_preemption_count; in _tx_thread_performance_info_get()
246 else if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c92 …mptions, ULONG *suspensions, ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *pr… in _tx_thread_performance_info_get() argument
100 extra_parameters[2] = (ALIGN_TYPE) interrupt_preemptions; in _tx_thread_performance_info_get()
Dtxm_thread_performance_system_info_get.c92 …mptions, ULONG *suspensions, ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *pr… in _tx_thread_performance_system_info_get() argument
99 extra_parameters[1] = (ALIGN_TYPE) interrupt_preemptions; in _tx_thread_performance_system_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1770 … 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/
Dtx_api.h1743 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
1746 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,