Lines Matching refs:priority

89 UINT            priority;  in _tx_thread_system_suspend()  local
180 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_system_suspend()
199 priority = thread_ptr -> tx_thread_priority; in _tx_thread_system_suspend()
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()
230 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
238 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
248 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
261 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
266 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
270 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
280 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
292 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
302 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
460 priority = base_priority + ((UINT) priority_bit); 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()
471 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
481 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
694 UINT priority;
772 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U…
788 priority = thread_ptr -> tx_thread_priority;
808 if (_tx_thread_priority_list[priority] == thread_ptr)
812 _tx_thread_priority_list[priority] = ready_next;
819 map_index = priority/((UINT) 32);
827 TX_MOD32_BIT_SET(priority, priority_bit)
837 TX_DIV32_BIT_SET(priority, priority_bit)
850 _tx_thread_priority_list[priority] = TX_NULL;
855 map_index = priority/((UINT) 32);
859 TX_MOD32_BIT_SET(priority, priority_bit)
869 TX_DIV32_BIT_SET(priority, priority_bit)
881 TX_MOD32_BIT_SET(priority, priority_bit)
891 TX_DIV32_BIT_SET(priority, priority_bit)
1035 priority = base_priority + ((UINT) priority_bit);
1038 …if (_tx_thread_highest_priority >= (_tx_thread_priority_list[priority] -> tx_thread_preempt_thresh…
1043 _tx_thread_execute_ptr = _tx_thread_priority_list[priority];
1046 TX_MOD32_BIT_SET(priority, priority_bit)
1056 TX_DIV32_BIT_SET(priority, priority_bit)