Searched refs:tx_thread_execution_time_total (Results 1 – 22 of 22) sorted by relevance
343 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()
290 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()
193 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
217 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
235 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
245 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
328 #define TX_THREAD_EXTENSION_3 unsigned long long tx_thread_execution_time_total; \
626 EXECUTION_TIME tx_thread_execution_time_total; member