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

1 2

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 99 u8_t shut; member in struct:api_msg_msg::__anon33713::__anon33719
  /prebuilts/go/darwin-x86/src/time/
tick.go 50 // channel only. While Tick is useful for clients that have no need to shut down
51 // the Ticker, be aware that without a way to shut it down the underlying
tick_test.go 32 t.Fatal("Ticker did not shut down")
  /prebuilts/go/linux-x86/src/time/
tick.go 50 // channel only. While Tick is useful for clients that have no need to shut down
51 // the Ticker, be aware that without a way to shut it down the underlying
tick_test.go 32 t.Fatal("Ticker did not shut down")
  /external/syslinux/core/lwip/src/api/
api_msg.c 738 u8_t shut, shut_rx, shut_tx, close; local
746 shut = conn->current_msg->msg.sd.shut;
747 shut_rx = shut & NETCONN_SHUT_RD;
748 shut_tx = shut & NETCONN_SHUT_WR;
750 close = shut == NETCONN_SHUT_RDWR;
773 if (shut == NETCONN_SHUT_RDWR) {
776 err = tcp_shutdown(conn->pcb.tcp, shut & NETCONN_SHUT_RD, shut & NETCONN_SHUT_WR);
854 msg->msg.sd.shut = NETCONN_SHUT_RDWR
    [all...]
api_lib.c 633 msg.msg.msg.sd.shut = how;
656 * Shut down one or both sides of a TCP netconn (doesn't delete it).
658 * @param conn the TCP netconn to shut down
  /prebuilts/go/darwin-x86/src/net/rpc/
client_test.go 41 // Test that errors in gob shut down the connection. Issue 7689.
client.go 26 var ErrShutdown = errors.New("connection is shut down")
server.go 418 // shut down the connection to signal that the connection is broken.
427 // Shut down the connection to signal that the connection is broken.
  /prebuilts/go/linux-x86/src/net/rpc/
client_test.go 41 // Test that errors in gob shut down the connection. Issue 7689.
client.go 26 var ErrShutdown = errors.New("connection is shut down")
server.go 418 // shut down the connection to signal that the connection is broken.
427 // Shut down the connection to signal that the connection is broken.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 71 // The caller should call Close when finished, to shut it down.
83 // The caller should call Close when finished, to shut it down.
134 // The caller should call Close when finished, to shut it down.
176 // If this server doesn't shut down in 5 seconds, tell the user why.
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 71 // The caller should call Close when finished, to shut it down.
83 // The caller should call Close when finished, to shut it down.
134 // The caller should call Close when finished, to shut it down.
176 // If this server doesn't shut down in 5 seconds, tell the user why.
  /external/tcpdump/
print-sctp.c 348 struct sctpShutdown shut; member in struct:sctpUnifiedShutdown
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 505 // The error should have drained the input. Therefore, the lexer should be shut down.
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 505 // The error should have drained the input. Therefore, the lexer should be shut down.
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 176 // toggle shut on the first try. --joeo@android.com
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 157 // toggle shut on the first try. --joeo@android.com
  /external/autotest/server/hosts/
cros_host.py 85 # SHUTDOWN_TIMEOUT: Time to allow for shut down.
    [all...]
  /external/mksh/src/
Build.sh     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 1083 // tests that persistent goroutine connections shut down when no longer desired.
    [all...]
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 1083 // tests that persistent goroutine connections shut down when no longer desired.
    [all...]

Completed in 935 milliseconds

1 2