RAL_FLAG_RUNNING
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
sc->sc_flags &= ~RAL_FLAG_RUNNING;
#define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \
#define RAL_IS_INITED(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
#define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
#define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)