Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.c359 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()
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.c345 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_create()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_mutex_suspension_timeout_test.c361 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()
Dthreadx_thread_priority_change.c437 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()
Dthreadx_thread_relinquish_test.c315 _tx_thread_preemption__threshold_scheduled = TX_NULL; in thread_3_entry()
/ThreadX-v6.3.0/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.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c590 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h301 THREAD_DECLARE TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable