Home
last modified time | relevance | path

Searched refs:current_time (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/execution_profile_kit/
Dtx_execution_profile.c197 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local
204 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() local
316 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 …]
/ThreadX-v6.4.1/ports/cortex_a5x/ac6/example_build/sample_threadx/
Dhw_setup.c18 long long current_time; in hw_setup() local
48 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() local
94 current_time = getPhysicalCount(); in irqHandler()
95 setNSEL1PhysicalCompValue(current_time + 20000); in irqHandler()
/ThreadX-v6.4.1/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c139 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local
147 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() local
263 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 …]
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_time_get_set_test.c58 ULONG current_time; in thread_0_entry() local
77 current_time = tx_time_get(); in thread_0_entry()
80 if (current_time != 35) in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_time_get_set_test.c59 ULONG current_time; in thread_0_entry() local
79 current_time = _tx_time_get(); in thread_0_entry()
82 if (current_time != 35) in thread_0_entry()