Lines Matching refs:priority
215 UINT priority; in _tx_thread_suspend() local
319 …, ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_suspend()
335 priority = thread_ptr -> tx_thread_priority; in _tx_thread_suspend()
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()
364 map_index = priority/((UINT) 32); in _tx_thread_suspend()
372 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
382 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
395 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_suspend()
400 map_index = priority/((UINT) 32); in _tx_thread_suspend()
404 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
414 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
426 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
436 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
595 priority = base_priority + priority_bit; 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()
630 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
640 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()