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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
mutation_inside_cyclegc.py 22 keepalive = [] variable
28 keepalive.append(weakref.ref(a, callback))
31 keepalive.append(lst[:])
  /external/python/cpython2/Lib/test/crashers/
mutation_inside_cyclegc.py 22 keepalive = [] variable
28 keepalive.append(weakref.ref(a, callback))
31 keepalive.append(lst[:])
  /external/python/cpython3/Lib/test/crashers/
mutation_inside_cyclegc.py 22 keepalive = [] variable
28 keepalive.append(weakref.ref(a, callback))
31 keepalive.append(lst[:])
  /external/syzkaller/vendor/google.golang.org/grpc/keepalive/
keepalive.go 19 // Package keepalive defines configurable parameters for point-to-point healthcheck.
20 package keepalive package
26 // ClientParameters is used to set keepalive parameters on the client-side.
29 // Make sure these parameters are set in coordination with the keepalive policy on the server,
34 // After having pinged for keepalive check, the client waits for a duration of Timeout and if no activity is seen even after that
37 // If true, client runs keepalive checks even with no active RPCs.
41 // ServerParameters is used to set keepalive and max-age parameters on the server-side.
53 // After having pinged for keepalive check, the server waits for a duration of Timeout and if no activity is seen even after that
58 // EnforcementPolicy is used to set keepalive enforcement policy on the server-side.
61 // MinTime is the minimum amount of time a client should wait before sending a keepalive ping
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
http2_client.go 37 "google.golang.org/grpc/keepalive"
62 // awakenKeepalive is used to wake up keepalive when after it has gone dormant.
80 kp keepalive.ClientParameters
186 // Validate keepalive parameters.
248 // keepalive routine will make it writable, if need be.
265 go t.keepalive()
547 // If the number of active streams change from 0 to 1, then check if keepalive
554 // kept non-writable except at the point that the keepalive()
1180 func (t *http2Client) keepalive() { func
    [all...]
http2_server.go 43 "google.golang.org/grpc/keepalive"
80 // Keepalive and max-age parameters for the server.
81 kp keepalive.ServerParameters
83 // Keepalive enforcement policy.
84 kep keepalive.EnforcementPolicy
87 // Number of times the client has violated keepalive ping policy so far.
283 go t.keepalive()
667 // Keepalive shouldn't be active thus, this new ping should
673 // Check if keepalive policy is respected.
848 // keepalive running in a separate goroutine does the following
854 func (t *http2Server) keepalive() { func
    [all...]
  /external/libchrome/mojo/core/
node_channel.cc 469 scoped_refptr<NodeChannel> keepalive = this; local
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 390 DatagramPacket keepalive = new DatagramPacket(retval,0,retval.length,packet.getAddress(),packet.getPort()); local
391 ((UDPMessageProcessor)this.messageProcessor).sock.send(keepalive);
    [all...]
  /external/curl/lib/
urldata.h 732 #define CONNCHECK_KEEPALIVE (1<<1) /* Perform any keepalive function. */
911 struct curltime keepalive; member in struct:connectdata
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 235 milliseconds