Lines Matching refs:thread_ptr
84 TX_THREAD *thread_ptr; in _tx_thread_time_slice() local
94 TX_THREAD_GET_CURRENT(thread_ptr) in _tx_thread_time_slice()
99 TX_THREAD_STACK_CHECK(thread_ptr) in _tx_thread_time_slice()
112 if (thread_ptr != TX_NULL) in _tx_thread_time_slice()
116 if (thread_ptr -> tx_thread_state == TX_READY) in _tx_thread_time_slice()
120 thread_ptr -> tx_thread_time_slice = thread_ptr -> tx_thread_new_time_slice; in _tx_thread_time_slice()
123 _tx_timer_time_slice = thread_ptr -> tx_thread_time_slice; in _tx_thread_time_slice()
127 if (thread_ptr -> tx_thread_ready_next != thread_ptr) in _tx_thread_time_slice()
131 if (thread_ptr -> tx_thread_priority == thread_ptr -> tx_thread_preempt_threshold) in _tx_thread_time_slice()
138 … _tx_thread_priority_list[thread_ptr -> tx_thread_priority] = thread_ptr -> tx_thread_ready_next; in _tx_thread_time_slice()
148 thread_ptr -> tx_thread_performance_time_slice_count++; in _tx_thread_time_slice()
172 …ecute_ptr, system_state, preempt_disable, TX_POINTER_TO_ULONG_CONVERT(&thread_ptr), TX_TRACE_INTER… in _tx_thread_time_slice()