Searched refs:shutdown (Results 1 – 16 of 16) sorted by relevance
82 shutdown(clientSock, SHUT_RDWR); in ~JdwpAdbState()86 shutdown(control_sock_, SHUT_RDWR); in ~JdwpAdbState()110 shutdown(local_clientSock, SHUT_RDWR); in Shutdown()114 shutdown(control_sock, SHUT_RDWR); in Shutdown()272 if (control_sock >= 0 && shutdown(control_sock, SHUT_RDWR)) { in Accept()
186 shutdown(local_listenSock, SHUT_RDWR); in Shutdown()190 shutdown(local_clientSock, SHUT_RDWR); in Shutdown()
1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
103 fuzzer.shutdown(); in main()106 multipleListener.shutdown(); in main()
105 public void shutdown() { in shutdown() method in StreamConsumer
85 public void shutdown() { in shutdown() method in Executor86 outputConsumer.shutdown(); in shutdown()87 errorConsumer.shutdown(); in shutdown()
127 outputConsumer.shutdown(); in setup()128 errorConsumer.shutdown(); in setup()
2 (for example Thread.isInterrupted). The shutdown thread used to block those daemons
46 public void shutdown() { in shutdown() method in MultiplexerListener48 listener.shutdown(); in shutdown()
32 public void shutdown() { } in shutdown() method in BaseListener
36 public void shutdown() { in shutdown() method in ConsoleLoggerListener
66 public void shutdown() { in shutdown() method in LogFileListener
78 pool.shutdown(); in main()
110 public void shutdown() { in shutdown() method in Fuzzer113 executor.shutdown(); in shutdown()
243 return TEMP_FAILURE_RETRY(shutdown(fd, howto)); in JVM_SocketShutdown()
374 "136-daemon-jni-shutdown/daemon_jni_shutdown.cc",