Searched refs:timeout_seconds (Results 1 – 4 of 4) sorted by relevance
57 int timeout_seconds; /* 0 or total duration timeout period */ member735 int timeout_seconds /* 0; or total duration timeout period */ in httpread_create() argument747 h->timeout_seconds = timeout_seconds; in httpread_create()749 if (timeout_seconds > 0 && in httpread_create()750 eloop_register_timeout(timeout_seconds, 0, in httpread_create()
75 int timeout_seconds /* 0; or total duration timeout period */
1260 uint32_t timeout_seconds; in GetHostInfo() local1261 if (!value.getAsInteger(0, timeout_seconds)) { in GetHostInfo()1262 m_default_packet_timeout = seconds(timeout_seconds); in GetHostInfo()
307 const uint64_t timeout_seconds = in ProcessGDBRemote() local309 if (timeout_seconds > 0) in ProcessGDBRemote()310 m_gdb_comm.SetPacketTimeout(std::chrono::seconds(timeout_seconds)); in ProcessGDBRemote()