Searched refs:EXECUTION_TIME (Results 1 – 14 of 14) sorted by relevance
81 EXECUTION_TIME _tx_execution_thread_time_total;88 EXECUTION_TIME _tx_execution_isr_time_total;96 EXECUTION_TIME _tx_execution_idle_time_total;199 EXECUTION_TIME delta_time; in _tx_execution_thread_enter()200 EXECUTION_TIME total_time; in _tx_execution_thread_enter()201 EXECUTION_TIME new_total_time; in _tx_execution_thread_enter()226 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_enter()232 …delta_time = (EXECUTION_TIME) (current_time + ((((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TI… in _tx_execution_thread_enter()246 new_total_time = (EXECUTION_TIME) TX_EXECUTION_MAX_TIME_SOURCE; in _tx_execution_thread_enter()302 EXECUTION_TIME total_time; in _tx_execution_thread_exit()[all …]
52 typedef unsigned long long EXECUTION_TIME; typedef84 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time…85 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);86 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);87 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);
79 EXECUTION_TIME _tx_execution_thread_time_total[TX_THREAD_SMP_MAX_CORES];86 EXECUTION_TIME _tx_execution_isr_time_total[TX_THREAD_SMP_MAX_CORES];94 EXECUTION_TIME _tx_execution_idle_time_total[TX_THREAD_SMP_MAX_CORES];141 EXECUTION_TIME delta_time; in _tx_execution_thread_enter()142 EXECUTION_TIME total_time; in _tx_execution_thread_enter()143 EXECUTION_TIME new_total_time; in _tx_execution_thread_enter()172 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_enter()178 …delta_time = (EXECUTION_TIME) (current_time + (((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TIM… in _tx_execution_thread_enter()192 new_total_time = (EXECUTION_TIME) TX_EXECUTION_MAX_TIME_SOURCE; in _tx_execution_thread_enter()245 EXECUTION_TIME total_time; in _tx_execution_thread_exit()[all …]
59 typedef unsigned long long EXECUTION_TIME; typedef85 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time…86 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);87 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);88 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);89 UINT _tx_execution_core_thread_total_time_get(UINT core, EXECUTION_TIME *total_time);90 UINT _tx_execution_core_isr_time_get(UINT core, EXECUTION_TIME *total_time);91 UINT _tx_execution_core_idle_time_get(UINT core, EXECUTION_TIME *total_time);
129 typedef unsigned long long EXECUTION_TIME;132 typedef unsigned long EXECUTION_TIME;138 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
126 typedef unsigned long long EXECUTION_TIME;129 typedef unsigned long EXECUTION_TIME;135 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
132 typedef unsigned long long EXECUTION_TIME;135 typedef unsigned long EXECUTION_TIME;141 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
186 typedef unsigned long long EXECUTION_TIME;189 typedef unsigned long EXECUTION_TIME;195 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
188 typedef unsigned long long EXECUTION_TIME;191 typedef unsigned long EXECUTION_TIME;197 #define TX_EXECUTION_TIME_SOURCE (EXECUTION_TIME) *((USHORT *) 0x8800A)
621 EXECUTION_TIME tx_thread_execution_time_total;