Lines Matching refs:tx_thread_state
138 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_RESUME, thread_ptr, thread_ptr -> tx_thread_state, TX_POIN… in _tx_thread_system_resume()
163 if (thread_ptr -> tx_thread_state != TX_READY) in _tx_thread_system_resume()
175 thread_ptr -> tx_thread_state = TX_READY; in _tx_thread_system_resume()
405 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
417 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_system_resume()
421 if (thread_ptr -> tx_thread_state != TX_TERMINATED) in _tx_thread_system_resume()
432 thread_ptr -> tx_thread_state = TX_READY; in _tx_thread_system_resume()
445 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
571 state = thread_ptr -> tx_thread_state;
596 thread_ptr -> tx_thread_state = TX_READY;
651 …NE_INSERT(TX_TRACE_THREAD_RESUME, thread_ptr, ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_…
686 if (thread_ptr -> tx_thread_state != TX_READY)
698 thread_ptr -> tx_thread_state = TX_READY;
922 thread_ptr -> tx_thread_state = TX_SUSPENDED;