Lines Matching refs:priority
104 UINT priority; in _tx_thread_system_suspend() local
299 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_system_suspend()
316 priority = thread_ptr -> tx_thread_priority; in _tx_thread_system_suspend()
323 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
327 if (thread_ptr -> tx_thread_preempt_threshold < priority) in _tx_thread_system_suspend()
331 if (_tx_thread_preemption_threshold_list[priority] == thread_ptr) in _tx_thread_system_suspend()
335 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_system_suspend()
338 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
348 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
422 next_thread = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend()
430 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend()
434 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_system_suspend()
454 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
459 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
463 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
473 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()