Home
last modified time | relevance | path

Searched refs:_tx_thread_priority_list (Results 1 – 23 of 23) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_system_suspend.c218 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend()
222 _tx_thread_priority_list[priority] = ready_next; in _tx_thread_system_suspend()
260 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
404 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_system_suspend()
462 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh… in _tx_thread_system_suspend()
467 _tx_thread_execute_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend()
807 if (_tx_thread_priority_list[priority] == thread_ptr)
811 _tx_thread_priority_list[priority] = ready_next;
849 _tx_thread_priority_list[priority] = TX_NULL;
988 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority];
[all …]
Dtx_thread_relinquish.c113 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_relinquish()
125 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_relinquish()
Dtx_thread_preemption_change.c138 if (_tx_thread_priority_list[thread_ptr -> tx_thread_priority] == thread_ptr) in _tx_thread_preemption_change()
237 …thread_ptr -> tx_thread_performance_last_preempting_thread = _tx_thread_priority_list[_tx_thread_… in _tx_thread_preemption_change()
260 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_preemption_change()
Dtx_thread_time_slice.c137_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_time_slice()
142 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_time_slice()
Dtx_thread_initialize.c125 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
351 TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list))); in _tx_thread_initialize()
Dtx_thread_suspend.c353 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_suspend()
357 _tx_thread_priority_list[priority] = ready_next; in _tx_thread_suspend()
395 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_suspend()
537 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_suspend()
598 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh… in _tx_thread_suspend()
603 _tx_thread_execute_ptr = _tx_thread_priority_list[priority]; in _tx_thread_suspend()
Dtx_mutex_priority_change.c273_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change()
299_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change()
Dtx_thread_system_resume.c196 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_resume()
201 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_system_resume()
719 head_ptr = _tx_thread_priority_list[priority];
724 _tx_thread_priority_list[priority] = thread_ptr;
Dtx_thread_resume.c255 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_resume()
260 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_resume()
Dtx_thread_priority_change.c269_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c227 schedule_thread = _tx_thread_priority_list[next_priority]; in _tx_thread_smp_rebalance_execute_list()
251 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list()
292 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list()
394 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list()
523 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_initialize.c164 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
381 TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list))); in _tx_thread_initialize()
Dtx_thread_system_suspend.c423 next_thread = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend()
431 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend()
435 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_system_suspend()
455 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
706 next_thread = _tx_thread_priority_list[next_priority]; in _tx_thread_system_suspend()
814 if (next_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_system_suspend()
Dtx_thread_time_slice.c190 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_time_slice()
206 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_time_slice()
Dtx_mutex_priority_change.c365_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change()
370 _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change()
Dtx_thread_smp_utilities.c959 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get()
1022 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_smp_simple_priority_change()
1026 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_smp_simple_priority_change()
1034 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_smp_simple_priority_change()
1080 head_ptr = _tx_thread_priority_list[new_priority]; in _tx_thread_smp_simple_priority_change()
1097 _tx_thread_priority_list[new_priority] = thread_ptr; in _tx_thread_smp_simple_priority_change()
Dtx_thread_relinquish.c151 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_relinquish()
167 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_relinquish()
Dtx_thread_priority_change.c388_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
393 _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
Dtx_thread_system_resume.c359 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_resume()
376 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_system_resume()
674 … preempt_thread = _tx_thread_priority_list[lowest_priority]; in _tx_thread_system_resume()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h308 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
1484 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get()
1547 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_smp_simple_priority_change()
1551 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_smp_simple_priority_change()
1559 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_smp_simple_priority_change()
1605 head_ptr = _tx_thread_priority_list[new_priority]; in _tx_thread_smp_simple_priority_change()
1622 _tx_thread_priority_list[new_priority] = thread_ptr; in _tx_thread_smp_simple_priority_change()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_priority_change.c56 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h391 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_priority_change.c109 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()