Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/execution_profile_kit/
Dtx_execution_profile.c198 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local
205 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() local
317 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 …]
/ThreadX-v6.3.0/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.3.0/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c140 EXECUTION_TIME_SOURCE_TYPE current_time; in _tx_execution_thread_enter() local
148 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() local
264 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 …]
/ThreadX-v6.3.0/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.3.0/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()