OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_index_
(Results
1 - 10
of
10
) sorted by null
/external/chromium/net/base/
dns_reload_timer.cc
38
static_cast<base::TimeTicks*>(
tls_index_
.Get());
43
tls_index_
.Set(timer_ptr);
66
if (!
tls_index_
.initialized())
67
tls_index_
.Initialize(SlotReturnFunction);
75
static base::ThreadLocalStorage::Slot
tls_index_
;
member in class:__anon5352::DnsReloadTimer
82
base::ThreadLocalStorage::Slot DnsReloadTimer::
tls_index_
(
/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:__anon10915::DnsReloader
103
base::ThreadLocalStorage::StaticSlot DnsReloader::
tls_index_
= TLS_INITIALIZER;
member in class:__anon10915::DnsReloader
/external/chromium/base/metrics/
stats_table.h
187
ThreadLocalStorage::Slot
tls_index_
;
member in class:base::StatsTable
stats_table.cc
260
tls_index_
(SlotReturnFunction) {
282
tls_index_
.Free();
331
tls_index_
.Set(data);
467
tls_index_
.Set(NULL);
564
static_cast<TLSData*>(
tls_index_
.Get());
/external/chromium_org/base/metrics/
stats_table.h
186
ThreadLocalStorage::Slot
tls_index_
;
member in class:base::StatsTable
stats_table.cc
256
tls_index_
(SlotReturnFunction) {
278
tls_index_
.Free();
332
tls_index_
.Set(data);
467
tls_index_
.Set(NULL);
559
static_cast<TLSData*>(
tls_index_
.Get());
/external/chromium_org/base/
tracked_objects.cc
211
// construction happens when we call
tls_index_
.Initialize().
213
base::ThreadLocalStorage::StaticSlot ThreadData::
tls_index_
= TLS_INITIALIZER;
member in class:tracked_objects::ThreadData
287
reinterpret_cast<ThreadData*>(
tls_index_
.Get());
291
tls_index_
.Set(current_thread_data);
296
if (!
tls_index_
.initialized())
298
ThreadData* registered = reinterpret_cast<ThreadData*>(
tls_index_
.Get());
323
tls_index_
.Set(worker_thread_data);
675
if (!
tls_index_
.initialized()) { // Testing may have initialized this.
677
tls_index_
.Initialize(&ThreadData::OnThreadTermination);
678
if (!
tls_index_
.initialized()
[
all
...]
tracked_objects.h
581
static base::ThreadLocalStorage::StaticSlot
tls_index_
;
member in class:tracked_objects::ThreadData
[
all
...]
/external/chromium/base/
tracked_objects.cc
21
base::ThreadLocalStorage::Slot ThreadData::
tls_index_
(base::LINKER_INITIALIZED);
105
if (!
tls_index_
.initialized())
108
ThreadData* registry = static_cast<ThreadData*>(
tls_index_
.Get());
128
tls_index_
.Set(registry);
471
CHECK(
tls_index_
.Initialize(NULL));
524
CHECK(
tls_index_
.initialized());
525
tls_index_
.Free();
526
DCHECK(!
tls_index_
.initialized());
[
all
...]
tracked_objects.h
575
static base::ThreadLocalStorage::Slot
tls_index_
;
member in class:tracked_objects::ThreadData
Completed in 512 milliseconds