Searched defs:RUNNING (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable.h149 // Note that RUNNING is an unlikely number to have in RAM by accident.
151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 }; enumerator in enum:base::ConditionVariable::RunState
/external/guava/guava/src/com/google/common/util/concurrent/
H A DService.java31 * <li>{@link State#RUNNING} -&gt;</li>
59 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If
80 * Returns {@code true} if this service is {@linkplain State#RUNNING running}.
91 * State#RUNNING running}, this initiates service shutdown and returns
133 * A service in this state is transitioning to {@link #RUNNING}.
140 RUNNING, enum constant in enum:Service.State
H A DAbstractFuture.java209 * RUNNING to COMPLETING, that thread will then set the result of the
220 static final int RUNNING = 0; field in class:AbstractFuture.Sync
341 * from {@link #RUNNING}. If the state is not in the RUNNING state we
351 boolean doCompletion = compareAndSetState(RUNNING, COMPLETING);
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_controller.h35 RUNNING, // The controller is running and the data type is enumerator in enum:browser_sync::DataTypeController::State
/external/oprofile/libop/
H A Dop_interface.h44 RUNNING = 2 enumerator in enum:oprof_state
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 77 milliseconds