Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/execution_profile_kit/
Dtx_execution_profile.c344 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
358 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_thread_exit()
484 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
498 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_isr_enter()
735 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_time_reset()
799 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_total_time_reset()
949 *total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_time_get()
/ThreadX-v6.3.0/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c291 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
305 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_thread_exit()
424 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
438 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_isr_enter()
666 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_time_reset()
735 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_total_time_reset()
913 *total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_time_get()
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_port.h194 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_port.h194 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_port.h194 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_port.h218 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m0+/iar/inc/
Dtx_port.h236 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m7/gnu/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m4/gnu/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m4/iar/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx_modules/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m3/ac6/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m23/iar/inc/
Dtx_port.h329 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m3/ac5/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m3/gnu/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/ports_module/cortex_m3/iar/inc/
Dtx_port.h246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.3.0/common/inc/
Dtx_api.h621 EXECUTION_TIME tx_thread_execution_time_total; member