Lines Matching refs:execute_ptr

91 TX_THREAD       *execute_ptr;  in _tx_thread_system_resume()  local
138 …hread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&execute_ptr), TX_POINTER_TO… in _tx_thread_system_resume()
231 execute_ptr = _tx_thread_execute_ptr; in _tx_thread_system_resume()
234 if (execute_ptr == TX_NULL) in _tx_thread_system_resume()
246 if (priority < execute_ptr -> tx_thread_preempt_threshold) in _tx_thread_system_resume()
252 … if (execute_ptr -> tx_thread_preempt_threshold != execute_ptr -> tx_thread_priority) in _tx_thread_system_resume()
258 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_system_resume()
261 … TX_DIV32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_system_resume()
266 … TX_MOD32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_system_resume()
281execute_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_system_resume()
293execute_ptr -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_system_resume()
298execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr; in _tx_thread_system_resume()
630 TX_THREAD *execute_ptr;
651 … ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_TO_ULONG_CONVERT(&execute_ptr), TX_POINTER_TO…
754 execute_ptr = _tx_thread_execute_ptr;
757 if (execute_ptr == TX_NULL)
767 if (priority < execute_ptr -> tx_thread_preempt_threshold)
773 … if (execute_ptr -> tx_thread_preempt_threshold != execute_ptr -> tx_thread_priority)
779 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32);
782 TX_DIV32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit)
787 TX_MOD32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit)
802 execute_ptr -> tx_thread_performance_solicited_preemption_count++;
814execute_ptr -> tx_thread_performance_interrupt_preemption_count++;
819execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr;