Searched refs:delta_time (Results 1 – 2 of 2) sorted by relevance
198 EXECUTION_TIME delta_time; in _tx_execution_thread_enter() local225 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()238 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()305 EXECUTION_TIME delta_time; in _tx_execution_thread_exit() local333 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_exit()339 …delta_time = (EXECUTION_TIME) (current_time + ((((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TI… in _tx_execution_thread_exit()346 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()360 new_total_time = _tx_execution_thread_time_total + delta_time; in _tx_execution_thread_exit()433 EXECUTION_TIME delta_time; in _tx_execution_isr_enter() local[all …]
140 EXECUTION_TIME delta_time; in _tx_execution_thread_enter() local171 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()184 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()248 EXECUTION_TIME delta_time; in _tx_execution_thread_exit() local280 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_exit()286 …delta_time = (EXECUTION_TIME) (current_time + (((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TIM… in _tx_execution_thread_exit()293 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()307 new_total_time = _tx_execution_thread_time_total[core] + delta_time; in _tx_execution_thread_exit()377 EXECUTION_TIME delta_time; in _tx_execution_isr_enter() local[all …]