Lines Matching refs:tx_thread_state
97 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SUSPEND_API, thread_ptr, thread_ptr -> tx_thread_state, TX… in _tx_thread_suspend()
103 if (thread_ptr -> tx_thread_state == TX_READY) in _tx_thread_suspend()
135 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
176 else if (thread_ptr -> tx_thread_state == TX_TERMINATED) in _tx_thread_suspend()
182 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()
188 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()
258 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SUSPEND_API, thread_ptr, thread_ptr -> tx_thread_state, TX… in _tx_thread_suspend()
264 if (thread_ptr -> tx_thread_state == TX_READY) in _tx_thread_suspend()
305 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
311 TX_EL_THREAD_STATUS_CHANGE_INSERT(thread_ptr, thread_ptr -> tx_thread_state) in _tx_thread_suspend()
320 …E_INSERT(TX_TRACE_THREAD_SUSPEND, thread_ptr, ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_… in _tx_thread_suspend()
814 else if (thread_ptr -> tx_thread_state == TX_TERMINATED) in _tx_thread_suspend()
820 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()
826 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()