Searched refs:total_time (Results 1 – 4 of 4) sorted by relevance
142 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local182 total_time = _tx_execution_idle_time_total[core]; in _tx_execution_thread_enter()185 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()188 if (new_total_time < total_time) in _tx_execution_thread_enter()245 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local291 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()294 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()297 if (new_total_time < total_time) in _tx_execution_thread_exit()375 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local424 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()[all …]
85 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);
200 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local236 total_time = _tx_execution_idle_time_total; in _tx_execution_thread_enter()239 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()242 if (new_total_time < total_time) in _tx_execution_thread_enter()302 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local344 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()347 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()350 if (new_total_time < total_time) in _tx_execution_thread_exit()431 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local484 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()[all …]
84 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);