Home
last modified time | relevance | path

Searched refs:attempt_count (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c207 unsigned int attempt_count; in test_epoll_create() local
235 for (attempt_count = num_rand_attempts; attempt_count > 0; in test_epoll_create()
236 attempt_count--, fd_set_size--) { in test_epoll_create()
259 for (attempt_count = num_rand_attempts; attempt_count > 0; in test_epoll_create()
260 attempt_count--) { in test_epoll_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dglobal_subchannel_pool.cc64 for (int attempt_count = 0; c == nullptr; attempt_count++) { in RegisterSubchannel() local
80 if (attempt_count >= in RegisterSubchannel()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py631 def _attempt_termination(self, attempt_count, want_core): argument
636 if attempt_count == 1:
638 elif attempt_count == 2:
648 if attempt_count == 1:
/external/autotest/client/common_lib/cros/
Darc.py171 attempt_count = 3
172 timeout = timeout / attempt_count
174 for i in range(attempt_count):