Searched refs:delta_time (Results 1 – 2 of 2) sorted by relevance
199 EXECUTION_TIME delta_time; in _tx_execution_thread_enter() local226 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()239 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()306 EXECUTION_TIME delta_time; in _tx_execution_thread_exit() local334 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_exit()340 …delta_time = (EXECUTION_TIME) (current_time + ((((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TI… in _tx_execution_thread_exit()347 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()361 new_total_time = _tx_execution_thread_time_total + delta_time; in _tx_execution_thread_exit()434 EXECUTION_TIME delta_time; in _tx_execution_isr_enter() local[all …]
141 EXECUTION_TIME delta_time; in _tx_execution_thread_enter() local172 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()185 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()249 EXECUTION_TIME delta_time; in _tx_execution_thread_exit() local281 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_exit()287 …delta_time = (EXECUTION_TIME) (current_time + (((EXECUTION_TIME_SOURCE_TYPE) TX_EXECUTION_MAX_TIM… in _tx_execution_thread_exit()294 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()308 new_total_time = _tx_execution_thread_time_total[core] + delta_time; in _tx_execution_thread_exit()378 EXECUTION_TIME delta_time; in _tx_execution_isr_enter() local[all …]