Searched refs:current_time (Results 1 – 5 of 5) sorted by relevance
197 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local204 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_enter()211 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()221 if (current_time >= last_start_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()304 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_exit() local316 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()329 if (current_time >= last_start_time) in _tx_execution_thread_exit()333 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()
139 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local147 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_enter()157 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()167 if (current_time >= last_start_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()247 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_exit() local263 current_time = TX_EXECUTION_TIME_SOURCE; in _tx_execution_thread_exit()276 if (current_time >= last_start_time) in _tx_execution_thread_exit()280 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()