HomeSort by relevance Sort by last modified time
    Searched defs:ThreadLocalPlatform (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/threading/
thread_local.h 64 struct BASE_API ThreadLocalPlatform {
83 internal::ThreadLocalPlatform::AllocateSlot(slot_);
87 internal::ThreadLocalPlatform::FreeSlot(slot_);
92 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));
96 internal::ThreadLocalPlatform::SetValueInSlot(slot_, ptr);
100 typedef internal::ThreadLocalPlatform::SlotType SlotType;
  /external/chromium_org/base/threading/
thread_local.h 63 struct BASE_EXPORT ThreadLocalPlatform {
82 internal::ThreadLocalPlatform::AllocateSlot(slot_);
86 internal::ThreadLocalPlatform::FreeSlot(slot_);
91 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));
95 internal::ThreadLocalPlatform::SetValueInSlot(
100 typedef internal::ThreadLocalPlatform::SlotType SlotType;

Completed in 200 milliseconds