/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_)
|
/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 };
|
watchdog.cc | 72 state_ = SHUTDOWN; 127 if (SHUTDOWN == watchdog_->state_) {
|
/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...] |
/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/chromium_org/chrome/renderer/safe_browsing/ |
phishing_classifier_delegate.h | 75 SHUTDOWN,
|
phishing_classifier_delegate.cc | 115 CancelPendingClassification(SHUTDOWN);
|
/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...] |
/external/chromium_org/media/filters/ |
chunk_demuxer.cc | 175 void Shutdown(); 235 SHUTDOWN, 282 audio_->Shutdown(); 285 video_->Shutdown(); 289 itr->second->Shutdown(); 698 void ChunkDemuxerStream::Shutdown() { 699 DVLOG(1) << "ChunkDemuxerStream::Shutdown()"; 701 ChangeState_Locked(SHUTDOWN); 731 DCHECK_NE(state_, SHUTDOWN); 905 case SHUTDOWN [all...] |
chunk_demuxer.h | 138 void Shutdown(); 155 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.
|
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/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/apps/ |
s_socket.c | 307 SHUTDOWN(accept_socket); 373 SHUTDOWN(s);
|
/external/openssl/apps/ |
s_socket.c | 307 SHUTDOWN(accept_socket); 373 SHUTDOWN(s);
|
/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
|
/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...] |