Searched refs:is_stopped (Results 1 – 4 of 4) sorted by relevance
60 is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value that indicates if this thread is stopped but not exited.''')
89 is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently stopped.''')
668 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() local669 if (!is_stopped) in HandleProcessEvent()
3976 int is_stopped; in iwn_notif_intr() local4009 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4010 if (__predict_false(is_stopped)) in iwn_notif_intr()4054 is_stopped = (sc->sc_flags & in iwn_notif_intr()4056 if (__predict_false(is_stopped)) in iwn_notif_intr()4125 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4126 if (__predict_false(is_stopped)) in iwn_notif_intr()