Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/execution_profile_kit/
Dtx_execution_profile.c343 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
357 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_thread_exit()
483 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
497 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_isr_enter()
734 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_time_reset()
798 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_total_time_reset()
948 *total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_time_get()
/ThreadX-v6.4.1/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c290 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
304 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_thread_exit()
423 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
437 thread_ptr -> tx_thread_execution_time_total = new_total_time; in _tx_execution_isr_enter()
665 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_time_reset()
734 thread_ptr -> tx_thread_execution_time_total = 0; in _tx_execution_thread_total_time_reset()
912 *total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_time_get()
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_port.h193 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_port.h193 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_port.h193 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_port.h217 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/inc/
Dtx_port.h235 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m4/ac5/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m4/gnu/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m3/ac6/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m3/gnu/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m7/gnu/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m7/ac5/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m4/ac6/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m4/iar/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx_modules/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m3/iar/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/inc/
Dtx_port.h328 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/ports_module/cortex_m3/ac5/inc/
Dtx_port.h245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
/ThreadX-v6.4.1/common/inc/
Dtx_api.h626 EXECUTION_TIME tx_thread_execution_time_total; member