| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_system_suspend.c | 219 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend() 223 _tx_thread_priority_list[priority] = ready_next; in _tx_thread_system_suspend() 261 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend() 405 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_system_suspend() 463 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh… in _tx_thread_system_suspend() 468 _tx_thread_execute_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend() 808 if (_tx_thread_priority_list[priority] == thread_ptr) 812 _tx_thread_priority_list[priority] = ready_next; 850 _tx_thread_priority_list[priority] = TX_NULL; 989 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; [all …]
|
| D | tx_thread_relinquish.c | 114 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_relinquish() 126 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_relinquish()
|
| D | tx_thread_preemption_change.c | 139 if (_tx_thread_priority_list[thread_ptr -> tx_thread_priority] == thread_ptr) in _tx_thread_preemption_change() 238 …thread_ptr -> tx_thread_performance_last_preempting_thread = _tx_thread_priority_list[_tx_thread_… in _tx_thread_preemption_change() 261 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_preemption_change()
|
| D | tx_thread_time_slice.c | 138 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_time_slice() 143 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_time_slice()
|
| D | tx_thread_initialize.c | 126 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable 352 TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list))); in _tx_thread_initialize()
|
| D | tx_thread_suspend.c | 354 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_suspend() 358 _tx_thread_priority_list[priority] = ready_next; in _tx_thread_suspend() 396 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_suspend() 538 _tx_thread_execute_ptr = _tx_thread_priority_list[_tx_thread_highest_priority]; in _tx_thread_suspend() 599 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh… in _tx_thread_suspend() 604 _tx_thread_execute_ptr = _tx_thread_priority_list[priority]; in _tx_thread_suspend()
|
| D | tx_mutex_priority_change.c | 274 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change() 300 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change()
|
| D | tx_thread_system_resume.c | 197 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_resume() 202 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_system_resume() 720 head_ptr = _tx_thread_priority_list[priority]; 725 _tx_thread_priority_list[priority] = thread_ptr;
|
| D | tx_thread_resume.c | 256 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_resume() 261 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_resume()
|
| D | tx_thread_priority_change.c | 270 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_smp_rebalance_execute_list.c | 228 schedule_thread = _tx_thread_priority_list[next_priority]; in _tx_thread_smp_rebalance_execute_list() 252 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list() 293 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list() 395 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list() 524 if (schedule_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_initialize.c | 165 TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable 382 TX_MEMSET(&_tx_thread_priority_list[0], 0, (sizeof(_tx_thread_priority_list))); in _tx_thread_initialize()
|
| D | tx_thread_system_suspend.c | 424 next_thread = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend() 432 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend() 436 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_system_suspend() 456 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend() 707 next_thread = _tx_thread_priority_list[next_priority]; in _tx_thread_system_suspend() 815 if (next_thread == _tx_thread_priority_list[next_priority]) in _tx_thread_system_suspend()
|
| D | tx_thread_time_slice.c | 191 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_time_slice() 207 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_time_slice()
|
| D | tx_mutex_priority_change.c | 366 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change() 371 _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_mutex_priority_change()
|
| D | tx_thread_smp_utilities.c | 960 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get() 1023 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_smp_simple_priority_change() 1027 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_smp_simple_priority_change() 1035 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_smp_simple_priority_change() 1081 head_ptr = _tx_thread_priority_list[new_priority]; in _tx_thread_smp_simple_priority_change() 1098 _tx_thread_priority_list[new_priority] = thread_ptr; in _tx_thread_smp_simple_priority_change()
|
| D | tx_thread_relinquish.c | 152 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_relinquish() 168 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_relinquish()
|
| D | tx_thread_priority_change.c | 389 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change() 394 _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
|
| D | tx_thread_system_resume.c | 360 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_resume() 377 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_system_resume() 675 … preempt_thread = _tx_thread_priority_list[lowest_priority]; in _tx_thread_system_resume()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 309 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable 1485 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get() 1548 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_smp_simple_priority_change() 1552 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_smp_simple_priority_change() 1560 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_smp_simple_priority_change() 1606 head_ptr = _tx_thread_priority_list[new_priority]; in _tx_thread_smp_simple_priority_change() 1623 _tx_thread_priority_list[new_priority] = thread_ptr; in _tx_thread_smp_simple_priority_change()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_priority_change.c | 56 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_thread.h | 392 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_priority_change.c | 109 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()
|