Lines Matching refs:tx_thread_state
137 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_RESUME, thread_ptr, thread_ptr -> tx_thread_state, TX_POIN… in _tx_thread_system_resume()
162 if (thread_ptr -> tx_thread_state != TX_READY) in _tx_thread_system_resume()
174 thread_ptr -> tx_thread_state = TX_READY; in _tx_thread_system_resume()
404 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
416 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_system_resume()
420 if (thread_ptr -> tx_thread_state != TX_TERMINATED) in _tx_thread_system_resume()
431 thread_ptr -> tx_thread_state = TX_READY; in _tx_thread_system_resume()
444 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
570 state = thread_ptr -> tx_thread_state;
595 thread_ptr -> tx_thread_state = TX_READY;
650 …NE_INSERT(TX_TRACE_THREAD_RESUME, thread_ptr, ((ULONG) thread_ptr -> tx_thread_state), TX_POINTER_…
685 if (thread_ptr -> tx_thread_state != TX_READY)
697 thread_ptr -> tx_thread_state = TX_READY;
921 thread_ptr -> tx_thread_state = TX_SUSPENDED;