Searched refs:tx_thread_execution_time_total (Results 1 – 22 of 22) sorted by relevance
344 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()
291 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()
194 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
218 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
236 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
246 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
329 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
621 EXECUTION_TIME tx_thread_execution_time_total; member