Searched refs:_tx_thread_preemption__threshold_scheduled (Results 1 – 17 of 17) 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()
359 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_system_suspend()363 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_system_suspend()409 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_system_suspend()627 …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()
345 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_create()
361 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()364 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()368 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()372 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()
437 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()440 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()446 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()449 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()
315 _tx_thread_preemption__threshold_scheduled = TX_NULL; in thread_3_entry()
247 … _tx_thread_preemption__threshold_scheduled = TX_NULL; \267 … _tx_thread_preemption__threshold_scheduled = TX_NULL; \
590 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _txm_module_manager_thread_create()
301 THREAD_DECLARE TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable