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

1 2 3 4 5 6 7 8

  /external/libmojo/mojo/edk/embedder/
test_embedder.h 15 // not expected to ever shut down this instance. This |Shutdown()| function will
22 MOJO_SYSTEM_IMPL_EXPORT bool Shutdown();
test_embedder.cc 26 LOG(ERROR) << "Mojo embedder shutdown: Leaking handle " << handle;
34 bool Shutdown() {
  /external/webrtc/webrtc/test/
test_suite.h 36 // Override these for custom initialization and shutdown handling. Use these
39 virtual void Shutdown();
test_suite.cc 48 Shutdown();
58 void TestSuite::Shutdown() {
  /external/libbrillo/brillo/glib/
abstract_dbus_service.cc 30 bool AbstractDbusService::Shutdown() {
abstract_dbus_service.h 34 virtual bool Shutdown();
  /external/webrtc/webrtc/base/
winfirewall_unittest.cc 34 fw.Shutdown();
win32window.h 36 static void Shutdown();
winfirewall.h 35 void Shutdown();
winfirewall.cc 35 Shutdown();
60 void WinFirewall::Shutdown() {
  /external/libchrome/sandbox/mac/
message_server.h 50 virtual void Shutdown() = 0;
  /external/libbrillo/brillo/daemons/
daemon.cc 64 signal, base::Bind(&Daemon::Shutdown, base::Unretained(this)));
80 bool Daemon::Shutdown(const signalfd_siginfo& /* info */) {
daemon.h 94 bool Shutdown(const signalfd_siginfo& info);
  /external/libchrome/base/threading/
sequenced_worker_pool.h 34 // allows you to specify what should happen to your tasks on shutdown.
64 // This class may be leaked on shutdown to facilitate fast shutdown. The
65 // expected usage, however, is to call Shutdown(), which correctly accounts
70 // not enforce shutdown semantics or allow us to specify how many worker
82 // shutdown.
84 // Tasks posted with this mode which have not run at shutdown will be
86 // shutdown will be ignored (the worker thread will not be joined).
89 // shutdown. For example, you might be doing a slow DNS lookup and if it's
90 // blocked on the OS, you may not want to stop shutdown, since the resul
    [all...]
  /external/libchrome/base/test/
sequenced_worker_pool_owner.cc 21 pool_->Shutdown();
  /external/libchrome/dbus/
dbus_statistics.h 37 CHROME_DBUS_EXPORT void Shutdown();
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.h 42 static void Shutdown();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
SnpDxe.inf 48 Shutdown.c
  /art/runtime/
atomic.cc 39 void QuasiAtomic::Shutdown() {
fault_handler.h 44 void Shutdown();
49 // Added handlers are owned by the fault handler and will be freed on Shutdown().
  /external/libchrome/base/
sync_socket.h 119 bool Shutdown();
124 // shutdown(). However, the Windows implementation relies on named pipes
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h 42 HRESULT Shutdown();
  /system/update_engine/
chrome_browser_proxy_resolver.h 83 // Shutdown the dbus proxy object.
84 void Shutdown();
  /art/runtime/jdwp/
jdwp_priv.h 80 virtual void Shutdown() = 0;
jdwp_socket.cc 59 virtual void Shutdown();
163 netState->Shutdown();
177 void JdwpSocketState::Shutdown() {
184 /* "shutdown" dislodges blocking read() and accept() calls */
186 shutdown(local_listenSock, SHUT_RDWR);
190 shutdown(local_clientSock, SHUT_RDWR);
232 // When we call shutdown() on the socket, accept() returns with

Completed in 5469 milliseconds

1 2 3 4 5 6 7 8