Searched refs:_tx_thread_preemption__threshold_scheduled (Results 1 – 17 of 17) sorted by relevance
362 if (_tx_thread_preemption__threshold_scheduled == thread_ptr) in _tx_thread_relinquish()366 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_relinquish()408 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_relinquish()413 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_relinquish()417 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_relinquish()
208 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_preemption_change()212 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_preemption_change()255 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_preemption_change()
231 original_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_mutex_priority_change()417 … if ((original_pt_thread != _tx_thread_preemption__threshold_scheduled) && in _tx_mutex_priority_change()427 … new_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_mutex_priority_change()431 … _tx_thread_preemption__threshold_scheduled = original_pt_thread; in _tx_mutex_priority_change()
265 original_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_priority_change()440 … if ((original_pt_thread != _tx_thread_preemption__threshold_scheduled) && in _tx_thread_priority_change()450 … new_pt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_priority_change()454 … _tx_thread_preemption__threshold_scheduled = original_pt_thread; in _tx_thread_priority_change()
156 TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable373 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_initialize()
131 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_resume()
358 if (thread_ptr == _tx_thread_preemption__threshold_scheduled) in _tx_thread_system_suspend()362 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_system_suspend()408 _tx_thread_preemption__threshold_scheduled = preempted_thread; in _tx_thread_system_suspend()626 …if ((_tx_thread_preemption__threshold_scheduled != TX_NULL) || (thread_ptr -> tx_thread_preempt_th… in _tx_thread_system_suspend()
125 preempted_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_rebalance_execute_list()508 _tx_thread_preemption__threshold_scheduled = schedule_thread; in _tx_thread_smp_rebalance_execute_list()
197 … tx_thread_smp_debug_entry_preempt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_debug_entry_insert()
396 if (_tx_thread_preemption__threshold_scheduled != TX_NULL) in _tx_thread_system_resume()402 … if (priority >= _tx_thread_preemption__threshold_scheduled -> tx_thread_preempt_threshold) in _tx_thread_system_resume()
344 _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()
246 … _tx_thread_preemption__threshold_scheduled = TX_NULL; \266 … _tx_thread_preemption__threshold_scheduled = TX_NULL; \
589 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _txm_module_manager_thread_create()
300 THREAD_DECLARE TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable