Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/execution_profile_kit/
Dtx_execution_profile.c212 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()
320 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_thread_exit()
327 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_thread_exit()
460 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_isr_enter()
467 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_isr_enter()
673 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_isr_exit()
/ThreadX-v6.3.0/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c158 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_thread_enter()
267 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_thread_exit()
274 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_thread_exit()
400 last_start_time = thread_ptr -> tx_thread_execution_time_last_start; in _tx_execution_isr_enter()
407 thread_ptr -> tx_thread_execution_time_last_start = 0; in _tx_execution_isr_enter()
610 thread_ptr -> tx_thread_execution_time_last_start = current_time; in _tx_execution_isr_exit()
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_port.h195 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_port.h195 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_port.h195 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_port.h219 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m0+/iar/inc/
Dtx_port.h237 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m7/gnu/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m4/gnu/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m4/iar/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx_modules/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m3/ac6/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m23/iar/inc/
Dtx_port.h330 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m3/ac5/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m3/gnu/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/ports_module/cortex_m3/iar/inc/
Dtx_port.h247 unsigned long long tx_thread_execution_time_last_start;
/ThreadX-v6.3.0/common/inc/
Dtx_api.h622 EXECUTION_TIME_SOURCE_TYPE tx_thread_execution_time_last_start; member