Searched refs:timeout_count (Results 1 – 4 of 4) sorted by relevance
65 int timeout_count = 60; // 60 seconds in LaunchReporter() local67 while (timeout_count-- > 0) { in LaunchReporter()
67 int timeout_count; member402 loop->timeout_count += 1; in _dbus_loop_add_timeout()429 loop->timeout_count -= 1; in _dbus_loop_remove_timeout()609 block, loop->depth, loop->timeout_count, loop->watch_count); in _dbus_loop_iterate()617 if (loop->timeout_count > 0) in _dbus_loop_iterate()726 if (loop->timeout_count > 0) in _dbus_loop_iterate()
1334 unsigned char timeout_count; in WaitForF54CommandCompletion() local1336 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()
1416 int timeout_count=0; in http_connect() local1506 timeout_count=0; in http_connect()1749 timeout_count++; in http_connect()1750 if(timeout_count > 5) { in http_connect()1751 logmsg("CONNECT proxy timeout after %d idle seconds!", timeout_count); in http_connect()