Searched refs:execute_thread (Results 1 – 2 of 2) sorted by relevance
86 TX_THREAD *execute_thread; in _tx_thread_schedule() local169 execute_thread = _tx_thread_execute_ptr[core]; in _tx_thread_schedule()172 if ((execute_thread) && (execute_thread -> tx_thread_smp_core_control)) in _tx_thread_schedule()179 _tx_thread_current_ptr[core] = execute_thread; in _tx_thread_schedule()182 execute_thread -> tx_thread_linux_virtual_core = core; in _tx_thread_schedule()185 … _tx_linux_virtual_cores[core].tx_thread_smp_core_mapping_thread = execute_thread; in _tx_thread_schedule()186 …nux_virtual_cores[core].tx_thread_smp_core_mapping_linux_thread_id = execute_thread -> tx_thread_l… in _tx_thread_schedule()189 execute_thread -> tx_thread_smp_core_control = 0; in _tx_thread_schedule()192 execute_thread -> tx_thread_run_count++; in _tx_thread_schedule()195 _tx_timer_time_slice[core] = execute_thread -> tx_thread_time_slice; in _tx_thread_schedule()[all …]
128 TX_THREAD *execute_thread; in _tx_thread_system_resume() local451 execute_thread = _tx_thread_execute_ptr[i]; in _tx_thread_system_resume()454 if (execute_thread == TX_NULL) in _tx_thread_system_resume()464 if (priority < execute_thread -> tx_thread_preempt_threshold) in _tx_thread_system_resume()523 execute_thread = _tx_thread_execute_ptr[i]; in _tx_thread_system_resume()526 if (execute_thread == TX_NULL) in _tx_thread_system_resume()555 … (available_cores == execute_thread -> tx_thread_smp_cores_allowed)) in _tx_thread_system_resume()561 … if (thread_ptr -> tx_thread_priority < execute_thread -> tx_thread_priority) in _tx_thread_system_resume()