Searched refs:is_stopped (Results 1 – 4 of 4) sorted by relevance
75 …is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…
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.''')
625 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() local626 if (!is_stopped) in HandleProcessEvent()
3981 int is_stopped; in iwn_notif_intr() local4014 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4015 if (__predict_false(is_stopped)) in iwn_notif_intr()4059 is_stopped = (sc->sc_flags & in iwn_notif_intr()4061 if (__predict_false(is_stopped)) in iwn_notif_intr()4130 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0; in iwn_notif_intr()4131 if (__predict_false(is_stopped)) in iwn_notif_intr()