Home
last modified time | relevance | path

Searched refs:StaticSlot (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/threading/
Dthread_local_storage.h99 struct BASE_EXPORT StaticSlot { struct
130 class BASE_EXPORT Slot : public StaticSlot {
136 using StaticSlot::initialized_;
137 using StaticSlot::slot_;
Dthread_local_storage.cc203 void ThreadLocalStorage::StaticSlot::Initialize(TLSDestructorFunc destructor) { in Initialize()
220 void ThreadLocalStorage::StaticSlot::Free() { in Free()
230 void* ThreadLocalStorage::StaticSlot::Get() const { in Get()
241 void ThreadLocalStorage::StaticSlot::Set(void* value) { in Set()
Dthread_local.h71 typedef ThreadLocalStorage::StaticSlot SlotType;
Dthread_local_storage_unittest.cc31 static ThreadLocalStorage::StaticSlot tls_slot = TLS_INITIALIZER;
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc21 ThreadLocalStorage::StaticSlot g_tls_alloc_ctx_tracker = TLS_INITIALIZER;
/external/libchrome/base/
Dtracked_objects.h645 static base::ThreadLocalStorage::StaticSlot tls_index_;
Dtracked_objects.cc296 base::ThreadLocalStorage::StaticSlot ThreadData::tls_index_ = TLS_INITIALIZER;