Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dlaunch_reporter.cc65 int timeout_count = 60; // 60 seconds in LaunchReporter() local
67 while (timeout_count-- > 0) { in LaunchReporter()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddarwin_log.py237 def done(self, timeout_count): argument
251 if timeout_count >= self.max_timeout_count:
270 timeout_count = 0
273 while not self.done(timeout_count):
294 timeout_count += 1
/external/rmi4utils/f54test/
Df54test.cpp1334 unsigned char timeout_count; in WaitForF54CommandCompletion() local
1336 timeout_count = 0; in WaitForF54CommandCompletion()
1348 timeout_count++; in WaitForF54CommandCompletion()
1349 } while (timeout_count < COMMAND_TIMEOUT_100MS); in WaitForF54CommandCompletion()
1351 if (timeout_count == COMMAND_TIMEOUT_100MS) { in WaitForF54CommandCompletion()
/external/curl/tests/server/
Dsws.c1341 int timeout_count = 0; in http_connect() local
1436 timeout_count = 0; in http_connect()
1674 timeout_count++; in http_connect()
1675 if(timeout_count > 5) { in http_connect()
1676 logmsg("CONNECT proxy timeout after %d idle seconds!", timeout_count); in http_connect()