Lines Matching refs:priority
106 UINT priority; in _tx_thread_system_suspend() local
301 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_system_suspend()
318 priority = thread_ptr -> tx_thread_priority; in _tx_thread_system_suspend()
325 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
329 if (thread_ptr -> tx_thread_preempt_threshold < priority) in _tx_thread_system_suspend()
333 if (_tx_thread_preemption_threshold_list[priority] == thread_ptr) in _tx_thread_system_suspend()
337 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_system_suspend()
340 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
350 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
424 next_thread = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend()
432 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend()
436 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_system_suspend()
456 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
461 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
465 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
475 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()