Home
last modified time | relevance | path

Searched refs:tx_thread_execution_time_last_start (Results 1 – 22 of 22) sorted by relevance

/ThreadX-v6.4.1/utility/execution_profile_kit/
Dtx_execution_profile.c211 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()
319 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_thread_exit()
326 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_thread_exit()
459 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_isr_enter()
466 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_isr_enter()
672 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_isr_exit()
/ThreadX-v6.4.1/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c157 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()
266 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_thread_exit()
273 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_thread_exit()
399 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_isr_enter()
406 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_isr_enter()
609 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_isr_exit()
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_port.h194 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_port.h194 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_port.h194 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_port.h218 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/inc/
Dtx_port.h236 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m4/ac5/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m4/gnu/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m3/ac6/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m3/gnu/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m7/gnu/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m7/ac5/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m4/ac6/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m4/iar/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx_modules/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m3/iar/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/inc/
Dtx_port.h329 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/ports_module/cortex_m3/ac5/inc/
Dtx_port.h246 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.4.1/common/inc/
Dtx_api.h627 EXECUTION_TIME_SOURCE_TYPE tx_thread_execution_time_last_start; member