Searched refs:_tx_thread_preemption__threshold_scheduled (Results 1 – 14 of 14) sorted by relevance
363 if (_tx_thread_preemption__threshold_scheduled == thread_ptr) in _tx_thread_relinquish()367 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_relinquish()409 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_relinquish()414 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_relinquish()418 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_relinquish()
209 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_preemption_change()213 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_preemption_change()256 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_preemption_change()
232 original_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_mutex_priority_change()418 … if ((original_pt_thread != _tx_thread_preemption__threshold_scheduled) && in _tx_mutex_priority_change()428 … new_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_mutex_priority_change()432 … _tx_thread_preemption__threshold_scheduled = original_pt_thread; in _tx_mutex_priority_change()
266 original_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_priority_change()441 … if ((original_pt_thread != _tx_thread_preemption__threshold_scheduled) && in _tx_thread_priority_change()451 … new_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_priority_change()455 … _tx_thread_preemption__threshold_scheduled = original_pt_thread; in _tx_thread_priority_change()
157 TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable374 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_initialize()
132 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_resume()
357 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_system_suspend()361 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_system_suspend()407 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_system_suspend()625 …if ((_tx_thread_preemption__threshold_scheduled != TX_NULL) || (thread_ptr -> tx_thread_preempt_th… in _tx_thread_system_suspend()
126 preempted_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_rebalance_execute_list()509 _tx_thread_preemption__threshold_scheduled = schedule_thread; in _tx_thread_smp_rebalance_execute_list()
198 … tx_thread_smp_debug_entry_preempt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_debug_entry_insert()
397 if (_tx_thread_preemption__threshold_scheduled != TX_NULL) in _tx_thread_system_resume()403 … if (priority >= _tx_thread_preemption__threshold_scheduled -> tx_thread_preempt_threshold) in _tx_thread_system_resume()
330 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_create()
247 … _tx_thread_preemption__threshold_scheduled = TX_NULL; \267 … _tx_thread_preemption__threshold_scheduled = TX_NULL; \
573 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _txm_module_manager_thread_create()
299 THREAD_DECLARE TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable