Searched refs:_tx_thread_preemption_threshold_list (Results 1 – 11 of 11) sorted by relevance
176 … 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()
147 TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES]; variable372 …TX_MEMSET(&_tx_thread_preemption_threshold_list[0], 0, (sizeof(_tx_thread_preemption_threshold_lis… in _tx_thread_initialize()
333 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()
362 … 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()
360 _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()
385 … 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()
341 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_create()
505 … _tx_thread_preemption_threshold_list[schedule_thread -> tx_thread_priority] = schedule_thread; in _tx_thread_smp_rebalance_execute_list()
296 _tx_thread_preemption_threshold_list[5] != TX_NULL) in thread_0_entry()
586 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _txm_module_manager_thread_create()
291 THREAD_DECLARE TX_THREAD *_tx_thread_preemption_threshold_list[TX_MAX_PRIORITIES… variable