Searched refs:g_last_connect_time (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.cc51 // This lock protects |g_last_connect_time|.
55 // |g_last_connect_time| has the last time a connect() call is made.
57 g_last_connect_time = LAZY_INSTANCE_INITIALIZER; member in namespace:net
253 last_connect_time = g_last_connect_time.Get();
254 *g_last_connect_time.Pointer() = now;

Completed in 1050 milliseconds