Home
last modified time | relevance | path

Searched refs:is_stopped (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i75is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value th…
H A DSBProcessExtensions.i89 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.''')
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp625 bool is_stopped = StateIsStoppedState(event_state); in HandleProcessEvent() local
626 if (!is_stopped) in HandleProcessEvent()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c3981 int is_stopped; in iwn_notif_intr() local
4014 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()