Lines Matching refs:tx_thread_state
96 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SUSPEND_API, thread_ptr, thread_ptr -> tx_thread_state, TX… in _tx_thread_suspend()
102 if (thread_ptr -> tx_thread_state == TX_READY) in _tx_thread_suspend()
134 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
175 else if (thread_ptr -> tx_thread_state == TX_TERMINATED) in _tx_thread_suspend()
181 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()
187 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()
257 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SUSPEND_API, thread_ptr, thread_ptr -> tx_thread_state, TX… in _tx_thread_suspend()
263 if (thread_ptr -> tx_thread_state == TX_READY) in _tx_thread_suspend()
304 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
310 TX_EL_THREAD_STATUS_CHANGE_INSERT(thread_ptr, thread_ptr -> tx_thread_state) in _tx_thread_suspend()
319 …E_INSERT(TX_TRACE_THREAD_SUSPEND, thread_ptr, ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_… in _tx_thread_suspend()
813 else if (thread_ptr -> tx_thread_state == TX_TERMINATED) in _tx_thread_suspend()
819 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()
825 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()