HomeSort by relevance Sort by last modified time
    Searched refs:SHUTDOWN (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 36 SHUTDOWN,
41 return SHUTDOWN == event.what_happened;
directory_manager.cc 27 event.what_happened = DirectoryManagerEvent::SHUTDOWN;
  /external/chromium/base/threading/
watchdog.h 68 enum State {ARMED, DISARMED, SHUTDOWN };
watchdog.cc 38 state_ = SHUTDOWN;
86 if (SHUTDOWN == watchdog_->state_)
  /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/chromium/base/synchronization/
condition_variable.h 151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 };
condition_variable_win.cc 25 run_state_ = SHUTDOWN; // Prevent any more waiting.
28 if (recycling_list_size_ != allocation_counter_) { // Rare shutdown problem.
  /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...]
  /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.
server_connection_manager.cc 39 { ServerConnectionEvent::SHUTDOWN, HttpResponse::CONNECTION_UNAVAILABLE,
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 187 SHUTDOWN,
328 if (ev->type == Event::SHUTDOWN) {
367 Event event(Event::SHUTDOWN);
  /external/openssl/apps/
s_socket.c 307 SHUTDOWN(accept_socket);
373 SHUTDOWN(s);
s_client.c     [all...]
s_server.c     [all...]
  /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
tracked_objects.cc 465 DCHECK(status_ == ACTIVE || status_ == SHUTDOWN);
466 status_ = SHUTDOWN;
532 // Redundantly set status SHUTDOWN on this thread.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 202 0x04 SHUTDOWN
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 21 import static android.Manifest.permission.SHUTDOWN;
765 public void shutdown() { method in class:NetworkManagementService
767 mContext.enforceCallingOrSelfPermission(SHUTDOWN, TAG);
    [all...]
MountService.java 1392 public void shutdown(final IMountShutdownObserver observer) { method in class:MountService
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]

Completed in 894 milliseconds

1 2