Home
last modified time | relevance | path

Searched defs:idle_threshold (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/xds/
H A Dxds_override_host.cc917 const Timestamp idle_threshold = now - connection_idle_timeout_; in UpdateAddressMap() local
1026 const Timestamp idle_threshold = now - connection_idle_timeout_; in CleanupSubchannels() local
/aosp_15_r20/system/extras/ANRdaemon/
H A DANRdaemon.cpp82 static int idle_threshold = 10; variable