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

  /external/chromium/base/synchronization/
condition_variable.h 151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 };
  /external/chromium_org/base/threading/
watchdog.h 40 // Notify watchdog thread to finish up. Sets the state_ to SHUTDOWN.
75 enum State {ARMED, DISARMED, SHUTDOWN, JOINABLE };
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate.h 75 SHUTDOWN,
  /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_org/media/filters/
chunk_demuxer.h 143 void Shutdown();
154 SHUTDOWN,
chunk_demuxer.cc 161 void Shutdown();
216 SHUTDOWN,
544 void ChunkDemuxerStream::Shutdown() {
545 DVLOG(1) << "ChunkDemuxerStream::Shutdown()";
547 ChangeState_Locked(SHUTDOWN);
576 DCHECK_NE(state_, SHUTDOWN);
735 case SHUTDOWN:
767 if (state_ == SHUTDOWN) {
781 Shutdown();
817 audio_->Shutdown();
    [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
  /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/chromium_org/base/synchronization/
condition_variable_win.cc 182 enum RunState { SHUTDOWN = 0, RUNNING = 64213 };
217 run_state_ = SHUTDOWN; // Prevent any more waiting.
220 if (recycling_list_size_ != allocation_counter_) { // Rare shutdown problem.
  /external/chromium_org/third_party/openssl/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/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 233 * has no remaining threads will be {@code shutdown} automatically. If
235 * if users forget to call {@link #shutdown}, then you must arrange
314 * SHUTDOWN: Don't accept new tasks, but process queued tasks
326 * RUNNING -> SHUTDOWN
327 * On invocation of shutdown(), perhaps implicitly in finalize()
328 * (RUNNING or SHUTDOWN) -> STOP
330 * SHUTDOWN -> TIDYING
340 * Detecting the transition from SHUTDOWN to TIDYING is less
342 * empty after non-empty and vice versa during SHUTDOWN state, but
353 private static final int SHUTDOWN = 0 << COUNT_BITS
1351 public void shutdown() { method in class:ThreadPoolExecutor
1443 shutdown(); method
    [all...]
ForkJoinPool.java 238 * shutdown bit (similarly for per-queue "qlocks"), mainly
240 * enable shutdown. When used as a lock, it is normally only very
276 * resource-revocation-based shutdown schemes. It also helps
341 * Shutdown and Termination. A call to shutdownNow atomically sets
345 * commence after a non-abrupt shutdown() call requires more work
348 * indication but non-abrupt shutdown still requires a rechecking
593 * upon pool shutdown, all shared-queues will stop being used
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1253 milliseconds