Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_relinquish.c362 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()
Dtx_thread_preemption_change.c208 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()
Dtx_mutex_priority_change.c231 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()
Dtx_thread_priority_change.c265 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()
Dtx_thread_initialize.c156 TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable
373 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_initialize()
Dtx_thread_resume.c131 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_resume()
Dtx_thread_system_suspend.c358 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()
Dtx_thread_smp_rebalance_execute_list.c125 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()
Dtx_thread_smp_debug_entry_insert.c197 … tx_thread_smp_debug_entry_preempt_thread = _tx_thread_preemption__threshold_scheduled; in _tx_thread_smp_debug_entry_insert()
Dtx_thread_system_resume.c396 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()
Dtx_thread_create.c344 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _tx_thread_create()
/ThreadX-v6.4.1/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.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h246_tx_thread_preemption__threshold_scheduled = TX_NULL; \
266_tx_thread_preemption__threshold_scheduled = TX_NULL; \
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c589 _tx_thread_preemption__threshold_scheduled = TX_NULL; in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h300 THREAD_DECLARE TX_THREAD *_tx_thread_preemption__threshold_scheduled; variable