Searched refs:current_time (Results 1 – 5 of 5) sorted by relevance
198 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local205 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_enter()212 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()222 if (current_time >= last_start_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()305 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_exit() local317 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()330 if (current_time >= last_start_time) in _tx_execution_thread_exit()334 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_exit()[all …]
18 long long current_time; in hw_setup() local48 current_time = getPhysicalCount(); in hw_setup()51 setSEL1PhysicalCompValue(current_time + 10000); in hw_setup()55 setNSEL1PhysicalCompValue(current_time + 20000); in hw_setup()86 unsigned long long current_time; in irqHandler() local94 current_time = getPhysicalCount(); in irqHandler()95 setNSEL1PhysicalCompValue(current_time + 20000); in irqHandler()
140 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local148 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_enter()158 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()168 if (current_time >= last_start_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()248 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_exit() local264 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()277 if (current_time >= last_start_time) in _tx_execution_thread_exit()281 delta_time = (EXECUTION_TIME) (current_time - last_start_time); in _tx_execution_thread_exit()[all …]
58 ULONG current_time; in thread_0_entry() local77 current_time = tx_time_get(); in thread_0_entry()80 if (current_time != 35) in thread_0_entry()
59 ULONG current_time; in thread_0_entry() local79 current_time = _tx_time_get(); in thread_0_entry()82 if (current_time != 35) in thread_0_entry()