Lines Matching refs:execute_ptr
89 TX_THREAD *execute_ptr; in _tx_thread_resume() local
216 …hread_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&execute_ptr), TX_POINTER_TO… in _tx_thread_resume()
290 execute_ptr = _tx_thread_execute_ptr; in _tx_thread_resume()
293 if (execute_ptr == TX_NULL) in _tx_thread_resume()
305 if (priority < execute_ptr -> tx_thread_preempt_threshold) in _tx_thread_resume()
311 … if (execute_ptr -> tx_thread_preempt_threshold != execute_ptr -> tx_thread_priority) in _tx_thread_resume()
317 map_index = (execute_ptr -> tx_thread_priority)/((UINT) 32); in _tx_thread_resume()
320 TX_DIV32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_resume()
325 TX_MOD32_BIT_SET(execute_ptr -> tx_thread_priority, priority_bit) in _tx_thread_resume()
340 execute_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_resume()
352 execute_ptr -> tx_thread_performance_interrupt_preemption_count++; in _tx_thread_resume()
357 execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr; in _tx_thread_resume()