Home
last modified time | relevance | path

Searched defs:kill_timeout (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/tools/repohooks/rh/
H A Dutils.py144 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
253 check=True, int_timeout=1, kill_timeout=1, capture_output=False): argument
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py484 def _KillChildProcess(proc, int_timeout, kill_timeout, cmd, original_handler, argument
610 check=True, int_timeout=1, kill_timeout=1, argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py165 def wait(self, kill_timeout=60.0): argument
/aosp_15_r20/external/crosvm/devices/src/virtio/console/sys/
H A Dlinux.rs135 let mut kill_timeout = None; in read_input() localVariable
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/bootstrap/v3/
H A Dbootstrap.proto497 google.protobuf.Duration kill_timeout = 3; field
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py44 def run_with_int(self, command, timeout=5, kill_timeout=5, argument
/aosp_15_r20/external/crosvm/devices/src/
H A Dserial.rs209 let mut kill_timeout = None; in spawn_input_thread() localVariable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c43 static void kill_timeout(struct epoll_mtcontext *ctx) in kill_timeout() function