OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_index_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/metrics/
stats_table.h
213
ThreadLocalStorage::Slot
tls_index_
;
member in class:base::StatsTable
/external/chromium_org/net/base/
dns_reloader.cc
56
ReloadState* reload_state = static_cast<ReloadState*>(
tls_index_
.Get());
63
tls_index_
.Set(reload_state);
83
tls_index_
.Initialize(SlotReturnFunction);
96
static base::ThreadLocalStorage::StaticSlot
tls_index_
;
member in class:__anon13619::DnsReloader
103
base::ThreadLocalStorage::StaticSlot DnsReloader::
tls_index_
= TLS_INITIALIZER;
member in class:__anon13619::DnsReloader
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h
108
static Atomic32
tls_index_
;
member in class:webrtc::ScreenCapturerWinMagnifier
/external/chromium_org/base/
tracked_objects.h
590
static base::ThreadLocalStorage::StaticSlot
tls_index_
;
member in class:tracked_objects::ThreadData
[
all
...]
tracked_objects.cc
245
// construction happens when we call
tls_index_
.Initialize().
247
base::ThreadLocalStorage::StaticSlot ThreadData::
tls_index_
= TLS_INITIALIZER;
member in class:tracked_objects::ThreadData
323
reinterpret_cast<ThreadData*>(
tls_index_
.Get());
327
tls_index_
.Set(current_thread_data);
332
if (!
tls_index_
.initialized())
334
ThreadData* registered = reinterpret_cast<ThreadData*>(
tls_index_
.Get());
359
tls_index_
.Set(worker_thread_data);
707
if (!
tls_index_
.initialized()) { // Testing may have initialized this.
709
tls_index_
.Initialize(&ThreadData::OnThreadTermination);
710
if (!
tls_index_
.initialized()
[
all
...]
Completed in 89 milliseconds