/ThreadX-v6.4.1/common/src/ |
D | tx_thread_system_suspend.c | 218 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 …]
|
D | tx_thread_relinquish.c | 113 _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()
|
D | tx_thread_preemption_change.c | 138 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()
|
D | tx_thread_time_slice.c | 137 … _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()
|
D | tx_thread_initialize.c | 125 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()
|
D | tx_thread_suspend.c | 353 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()
|
D | tx_mutex_priority_change.c | 273 … _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()
|
D | tx_thread_system_resume.c | 196 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;
|
D | tx_thread_resume.c | 255 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_resume() 260 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_resume()
|
D | tx_thread_priority_change.c | 269 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_smp_rebalance_execute_list.c | 227 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()
|
D | tx_thread_initialize.c | 164 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()
|
D | tx_thread_system_suspend.c | 423 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()
|
D | tx_thread_time_slice.c | 190 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()
|
D | tx_mutex_priority_change.c | 365 … _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()
|
D | tx_thread_smp_utilities.c | 959 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()
|
D | tx_thread_relinquish.c | 151 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_relinquish() 167 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_relinquish()
|
D | tx_thread_priority_change.c | 388 … _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()
|
D | tx_thread_system_resume.c | 359 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/ |
D | tx_thread.h | 308 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/ |
D | threadx_thread_priority_change.c | 56 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_thread.h | 391 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_priority_change.c | 109 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()
|