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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i455 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.''')
H A DSBProcess.i491 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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp584 bool is_stopped = StateIsStoppedState(event_state);
585 if (!is_stopped)
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3804 int is_stopped; local
3837 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0;
3838 if (__predict_false(is_stopped))
3884 is_stopped = (sc->sc_flags &
3886 if (__predict_false(is_stopped))
3965 is_stopped = (sc->sc_flags & IWN_FLAG_RUNNING) == 0;
3966 if (__predict_false(is_stopped))

Completed in 135 milliseconds