Searched refs:attempt_count (Results 1 – 4 of 4) sorted by relevance
207 unsigned int attempt_count; in test_epoll_create() local235 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()
64 for (int attempt_count = 0; c == nullptr; attempt_count++) { in RegisterSubchannel() local80 if (attempt_count >= in RegisterSubchannel()
631 def _attempt_termination(self, attempt_count, want_core): argument636 if attempt_count == 1:638 elif attempt_count == 2:648 if attempt_count == 1:
171 attempt_count = 3172 timeout = timeout / attempt_count174 for i in range(attempt_count):