ThreadLocalPlatform 62 base/threading/thread_local.h struct BASE_EXPORT ThreadLocalPlatform { ThreadLocalPlatform 81 base/threading/thread_local.h internal::ThreadLocalPlatform::AllocateSlot(&slot_); ThreadLocalPlatform 85 base/threading/thread_local.h internal::ThreadLocalPlatform::FreeSlot(slot_); ThreadLocalPlatform 90 base/threading/thread_local.h internal::ThreadLocalPlatform::GetValueFromSlot(slot_)); ThreadLocalPlatform 94 base/threading/thread_local.h internal::ThreadLocalPlatform::SetValueInSlot( ThreadLocalPlatform 99 base/threading/thread_local.h typedef internal::ThreadLocalPlatform::SlotType SlotType; ThreadLocalPlatform 15 base/threading/thread_local_posix.cc void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { ThreadLocalPlatform 21 base/threading/thread_local_posix.cc void ThreadLocalPlatform::FreeSlot(SlotType slot) { ThreadLocalPlatform 27 base/threading/thread_local_posix.cc void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { ThreadLocalPlatform 32 base/threading/thread_local_posix.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { ThreadLocalPlatform 15 base/threading/thread_local_win.cc void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { ThreadLocalPlatform 21 base/threading/thread_local_win.cc void ThreadLocalPlatform::FreeSlot(SlotType slot) { ThreadLocalPlatform 28 base/threading/thread_local_win.cc void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { ThreadLocalPlatform 33 base/threading/thread_local_win.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { ThreadLocalPlatform 39 mojo/public/cpp/utility/lib/thread_local.h ThreadLocalPlatform::AllocateSlot(&slot_); ThreadLocalPlatform 43 mojo/public/cpp/utility/lib/thread_local.h ThreadLocalPlatform::FreeSlot(slot_); ThreadLocalPlatform 47 mojo/public/cpp/utility/lib/thread_local.h return static_cast<P*>(ThreadLocalPlatform::GetValueFromSlot(slot_)); ThreadLocalPlatform 51 mojo/public/cpp/utility/lib/thread_local.h ThreadLocalPlatform::SetValueInSlot(slot_, value); ThreadLocalPlatform 55 mojo/public/cpp/utility/lib/thread_local.h ThreadLocalPlatform::SlotType slot_; ThreadLocalPlatform 13 mojo/public/cpp/utility/lib/thread_local_posix.cc void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { ThreadLocalPlatform 20 mojo/public/cpp/utility/lib/thread_local_posix.cc void ThreadLocalPlatform::FreeSlot(SlotType slot) { ThreadLocalPlatform 27 mojo/public/cpp/utility/lib/thread_local_posix.cc void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { ThreadLocalPlatform 32 mojo/public/cpp/utility/lib/thread_local_posix.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { ThreadLocalPlatform 14 mojo/public/cpp/utility/lib/thread_local_win.cc void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { ThreadLocalPlatform 20 mojo/public/cpp/utility/lib/thread_local_win.cc void ThreadLocalPlatform::FreeSlot(SlotType slot) { ThreadLocalPlatform 27 mojo/public/cpp/utility/lib/thread_local_win.cc void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { ThreadLocalPlatform 32 mojo/public/cpp/utility/lib/thread_local_win.cc void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {