Searched defs:ReloadState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/base/
H A Ddns_reloader.cc44 struct ReloadState { struct in class:__anon8994::DnsReloader
56 ReloadState* reload_state = static_cast<ReloadState*>(tls_index_.Get());
60 reload_state = new ReloadState();
75 ReloadState* reload_state = static_cast<ReloadState*>(data);
95 // We use thread local storage to identify which ReloadState to interact with.
101 // A TLS slot to the ReloadState for the current thread.

Completed in 160 milliseconds