OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_index_
(Results
1 - 5
of
5
) 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:__anon4887::DnsReloadTimer
82
base::ThreadLocalStorage::Slot DnsReloadTimer::
tls_index_
(
/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
/external/chromium/base/metrics/
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());
stats_table.h
187
ThreadLocalStorage::Slot
tls_index_
;
member in class:base::StatsTable
Completed in 76 milliseconds