Lines Matching refs:priority

88 UINT            priority;  in _tx_thread_system_suspend()  local
179 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_system_suspend()
198 priority = thread_ptr -> tx_thread_priority; in _tx_thread_system_suspend()
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()
229 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
237 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
247 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
260 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
265 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
269 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
279 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
291 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
301 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
459 priority = base_priority + ((UINT) priority_bit); 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()
470 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
480 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
693 UINT priority;
771 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U…
787 priority = thread_ptr -> tx_thread_priority;
807 if (_tx_thread_priority_list[priority] == thread_ptr)
811 _tx_thread_priority_list[priority] = ready_next;
818 map_index = priority/((UINT) 32);
826 TX_MOD32_BIT_SET(priority, priority_bit)
836 TX_DIV32_BIT_SET(priority, priority_bit)
849 _tx_thread_priority_list[priority] = TX_NULL;
854 map_index = priority/((UINT) 32);
858 TX_MOD32_BIT_SET(priority, priority_bit)
868 TX_DIV32_BIT_SET(priority, priority_bit)
880 TX_MOD32_BIT_SET(priority, priority_bit)
890 TX_DIV32_BIT_SET(priority, priority_bit)
1034 priority = base_priority + ((UINT) priority_bit);
1037 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh…
1042 _tx_thread_execute_ptr = _tx_thread_priority_list[priority];
1045 TX_MOD32_BIT_SET(priority, priority_bit)
1055 TX_DIV32_BIT_SET(priority, priority_bit)