Searched refs:total_time (Results 1 – 4 of 4) sorted by relevance
141 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local181 total_time = _tx_execution_idle_time_total[core]; in _tx_execution_thread_enter()184 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()187 if (new_total_time < total_time) in _tx_execution_thread_enter()244 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local290 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()293 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()296 if (new_total_time < total_time) in _tx_execution_thread_exit()374 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local423 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()[all …]
84 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time…85 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);86 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);87 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);88 UINT _tx_execution_core_thread_total_time_get(UINT core, EXECUTION_TIME *total_time);89 UINT _tx_execution_core_isr_time_get(UINT core, EXECUTION_TIME *total_time);90 UINT _tx_execution_core_idle_time_get(UINT core, EXECUTION_TIME *total_time);
199 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local235 total_time = _tx_execution_idle_time_total; in _tx_execution_thread_enter()238 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()241 if (new_total_time < total_time) in _tx_execution_thread_enter()301 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local343 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()346 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()349 if (new_total_time < total_time) in _tx_execution_thread_exit()430 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local483 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()[all …]
83 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time…84 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);85 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);86 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);