Home
last modified time | relevance | path

Searched refs:_tx_thread_preemption__threshold_scheduled (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_relinquish.c363 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()
Dtx_thread_preemption_change.c209 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()
Dtx_mutex_priority_change.c232 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()
Dtx_thread_priority_change.c266 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()
Dtx_thread_initialize.c157 TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable
374 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_initialize()
Dtx_thread_resume.c132 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_resume()
Dtx_thread_system_suspend.c357 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()
Dtx_thread_smp_rebalance_execute_list.c126 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()
Dtx_thread_smp_debug_entry_insert.c198 … tx_thread_smp_debug_entry_preempt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_debug_entry_insert()
Dtx_thread_system_resume.c397 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()
Dtx_thread_create.c330 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_create()
/ThreadX-v6.2.1/ports_smp/linux/gnu/inc/
Dtx_port.h247_tx_thread_preemption__threshold_scheduled = TX_NULL; \
267_tx_thread_preemption__threshold_scheduled = TX_NULL; \
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c573 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h299 THREAD_DECLARE TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable