HomeSort by relevance Sort by last modified time
    Searched refs:StaticSlot (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/threading/
thread_local_storage.h 25 // interface, you should instead be using ThreadLocalStorage::StaticSlot/Slot.
88 // StaticSlot uses its own struct initializer-list style static
96 // ThreadLocalStorage::StaticSlot my_slot = TLS_INITIALIZER;
99 struct BASE_EXPORT StaticSlot {
128 // A convenience wrapper around StaticSlot with a constructor. Can be used
130 class BASE_EXPORT Slot : public StaticSlot {
132 // Calls StaticSlot::Initialize().
136 using StaticSlot::initialized_;
137 using StaticSlot::slot_;
thread_local_storage.cc 203 void ThreadLocalStorage::StaticSlot::Initialize(TLSDestructorFunc destructor) {
220 void ThreadLocalStorage::StaticSlot::Free() {
230 void* ThreadLocalStorage::StaticSlot::Get() const {
241 void ThreadLocalStorage::StaticSlot::Set(void* value) {
thread_local.h 71 typedef ThreadLocalStorage::StaticSlot SlotType;
thread_local_storage_unittest.cc 31 static ThreadLocalStorage::StaticSlot tls_slot = TLS_INITIALIZER;
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 21 ThreadLocalStorage::StaticSlot g_tls_alloc_ctx_tracker = TLS_INITIALIZER;
  /external/libchrome/base/
tracked_objects.h 645 static base::ThreadLocalStorage::StaticSlot tls_index_;
    [all...]
tracked_objects.cc 296 base::ThreadLocalStorage::StaticSlot ThreadData::tls_index_ = TLS_INITIALIZER;
    [all...]

Completed in 4254 milliseconds