Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c219 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 …]
Dtx_thread_relinquish.c114 _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()
Dtx_thread_preemption_change.c139 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()
Dtx_thread_time_slice.c138_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()
Dtx_thread_initialize.c126 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()
Dtx_thread_suspend.c354 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()
Dtx_mutex_priority_change.c274_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()
Dtx_thread_system_resume.c197 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;
Dtx_thread_resume.c256 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_resume()
261 _tx_thread_priority_list[priority] = thread_ptr; in _tx_thread_resume()
Dtx_thread_priority_change.c270_tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr; in _tx_thread_priority_change()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c228 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()
Dtx_thread_initialize.c165 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()
Dtx_thread_system_suspend.c424 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()
Dtx_thread_time_slice.c191 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()
Dtx_mutex_priority_change.c366_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()
Dtx_thread_smp_utilities.c960 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()
Dtx_thread_relinquish.c152 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_relinquish()
168 _tx_thread_priority_list[priority] = next_thread; in _tx_thread_relinquish()
Dtx_thread_priority_change.c389_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()
Dtx_thread_system_resume.c360 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/
Dtx_thread.h309 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/
Dthreadx_thread_priority_change.c56 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h392 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES]; variable
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_priority_change.c109 (_tx_thread_priority_list[6] != &thread_3) && in test_isr()