Lines Matching refs:priority
105 UINT priority; in _tx_thread_system_suspend() local
300 …thread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&priority), TX_POINTER_TO_U… in _tx_thread_system_suspend()
317 priority = thread_ptr -> tx_thread_priority; in _tx_thread_system_suspend()
324 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
328 if (thread_ptr -> tx_thread_preempt_threshold < priority) in _tx_thread_system_suspend()
332 if (_tx_thread_preemption_threshold_list[priority] == thread_ptr) in _tx_thread_system_suspend()
336 _tx_thread_preemption_threshold_list[priority] = TX_NULL; in _tx_thread_system_suspend()
339 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
349 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
423 next_thread = _tx_thread_priority_list[priority]; in _tx_thread_system_suspend()
431 if (_tx_thread_priority_list[priority] == thread_ptr) in _tx_thread_system_suspend()
435 _tx_thread_priority_list[priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_system_suspend()
455 _tx_thread_priority_list[priority] = TX_NULL; in _tx_thread_system_suspend()
460 map_index = priority/((UINT) 32); in _tx_thread_system_suspend()
464 TX_MOD32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()
474 TX_DIV32_BIT_SET(priority, priority_bit) in _tx_thread_system_suspend()