HomeSort by relevance Sort by last modified time
    Searched defs:SHUTDOWN (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/synchronization/
condition_variable.h 151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 };
  /external/chromium/base/threading/
watchdog.h 68 enum State {ARMED, DISARMED, SHUTDOWN };
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 36 SHUTDOWN,
41 return SHUTDOWN == event.what_happened;
  /external/chromium/base/
tracked_objects.h 479 // If shutdown has already started, and we don't yet have an instance, then
527 // Set internal status_ to either become ACTIVE, or later, to be SHUTDOWN,
539 // Start the teardown (shutdown) process in a multi-thread mode by disabling
556 // proceed towards SHUTDOWN, and never go backwards.
560 SHUTDOWN,
568 // Each registered thread is called to set status_ to SHUTDOWN.
582 // We set status_ to SHUTDOWN when we shut down the tracking service. This
630 // only allow the tracking system to be started up at most once, and shutdown
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 116 SHUTDOWN,
121 return SHUTDOWN == event.what_happened;
255 // Signal the shutdown event to notify listeners.
  /external/openssl/
e_os.h 487 # define SHUTDOWN(fd) close(fd)
514 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
515 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
519 # define SHUTDOWN(fd) close_s(fd)
528 # define SHUTDOWN(fd) MacSocket_close(fd)
549 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
550 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
614 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd));
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 229 * has no remaining threads will be {@code shutdown} automatically. If
231 * if users forget to call {@link #shutdown}, then you must arrange
310 * SHUTDOWN: Don't accept new tasks, but process queued tasks
322 * RUNNING -> SHUTDOWN
323 * On invocation of shutdown(), perhaps implicitly in finalize()
324 * (RUNNING or SHUTDOWN) -> STOP
326 * SHUTDOWN -> TIDYING
336 * Detecting the transition from SHUTDOWN to TIDYING is less
338 * empty after non-empty and vice versa during SHUTDOWN state, but
349 private static final int SHUTDOWN = 0 << COUNT_BITS
1319 public void shutdown() { method in class:ThreadPoolExecutor
1411 shutdown(); method
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 370 milliseconds