Home
last modified time | relevance | path

Searched refs:_tx_thread_preemption_threshold_list (Results 1 – 11 of 11) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_preemption_change.c176 … if (_tx_thread_preemption_threshold_list[thread_ptr -> tx_thread_priority] == thread_ptr) in _tx_thread_preemption_change()
180_tx_thread_preemption_threshold_list[thread_ptr -> tx_thread_priority] = TX_NULL; in _tx_thread_preemption_change()
253 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_preemption_change()
Dtx_thread_initialize.c147 TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES]; variable
372 …TX_MEMSET(&_tx_thread_preemption_threshold_list[0], 0, (sizeof(_tx_thread_preemption_threshold_lis… in _tx_thread_initialize()
Dtx_thread_system_suspend.c333 if (_tx_thread_preemption_threshold_list[priority] == thread_ptr) in _tx_thread_system_suspend()
337 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_system_suspend()
368 _tx_thread_preemption_threshold_list[thread_ptr -> tx_thread_priority] = TX_NULL; in _tx_thread_system_suspend()
406 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_system_suspend()
Dtx_mutex_priority_change.c362 … if (_tx_thread_preemption_threshold_list[thread_ptr -> tx_thread_priority] == TX_NULL) in _tx_mutex_priority_change()
447_tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_mutex_priority_change()
Dtx_thread_relinquish.c360 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_relinquish()
406 preempted_thread = _tx_thread_preemption_threshold_list[next_preempted]; in _tx_thread_relinquish()
Dtx_thread_priority_change.c385 … if (_tx_thread_preemption_threshold_list[thread_ptr -> tx_thread_priority] == TX_NULL) in _tx_thread_priority_change()
470_tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_priority_change()
Dtx_thread_create.c341 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_create()
Dtx_thread_smp_rebalance_execute_list.c505_tx_thread_preemption_threshold_list[schedule_thread -> tx_thread_priority] = schedule_thread; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_preemption_change_test.c296 _tx_thread_preemption_threshold_list[5] != TX_NULL) in thread_0_entry()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c586 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h291 THREAD_DECLARE TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES… variable