Lines Matching refs:priority
216 UINT priority; in _tx_thread_suspend() local
320 …, ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_suspend()
336 priority = thread_ptr -> tx_thread_priority; in _tx_thread_suspend()
354 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_suspend()
358 _tx_thread_priority_list[priority] = ready_next; in _tx_thread_suspend()
365 map_index = priority/((UINT) 32); in _tx_thread_suspend()
373 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
383 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
396 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_suspend()
401 map_index = priority/((UINT) 32); in _tx_thread_suspend()
405 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
415 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
427 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
437 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
596 priority = base_priority + priority_bit; 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()
631 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()
641 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_suspend()