Searched refs:EXECUTION_TIME (Results 1 – 14 of 14) sorted by relevance
80 EXECUTION_TIME _tx_execution_thread_time_total;87 EXECUTION_TIME _tx_execution_isr_time_total;95 EXECUTION_TIME _tx_execution_idle_time_total;198 EXECUTION_TIME delta_time; in _tx_execution_thread_enter()199 EXECUTION_TIME total_time; in _tx_execution_thread_enter()200 EXECUTION_TIME new_total_time; in _tx_execution_thread_enter()225 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_enter()231 …delta_time = (EXECUTION_TIME) (current_time + ((((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TI… in _tx_execution_thread_enter()245 new_total_time = (EXECUTION_TIME) TX_EXECUTION_MAX_TIME_SOURCE; in _tx_execution_thread_enter()301 EXECUTION_TIME total_time; in _tx_execution_thread_exit()[all …]
51 typedef unsigned long long EXECUTION_TIME; typedef83 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time…84 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);85 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);86 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);
78 EXECUTION_TIME _tx_execution_thread_time_total[TX_THREAD_SMP_MAX_CORES];85 EXECUTION_TIME _tx_execution_isr_time_total[TX_THREAD_SMP_MAX_CORES];93 EXECUTION_TIME _tx_execution_idle_time_total[TX_THREAD_SMP_MAX_CORES];140 EXECUTION_TIME delta_time; in _tx_execution_thread_enter()141 EXECUTION_TIME total_time; in _tx_execution_thread_enter()142 EXECUTION_TIME new_total_time; in _tx_execution_thread_enter()171 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_enter()177 …delta_time = (EXECUTION_TIME) (current_time + (((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TIM… in _tx_execution_thread_enter()191 new_total_time = (EXECUTION_TIME) TX_EXECUTION_MAX_TIME_SOURCE; in _tx_execution_thread_enter()244 EXECUTION_TIME total_time; in _tx_execution_thread_exit()[all …]
58 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);88 UINT _tx_execution_core_thread_total_time_get(UINT core, EXECUTION_TIME *total_time);89 UINT _tx_execution_core_isr_time_get(UINT core, EXECUTION_TIME *total_time);90 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)
626 EXECUTION_TIME tx_thread_execution_time_total;