Home
last modified time | relevance | path

Searched refs:ThreadLocalPlatform (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/threading/
Dthread_local.h67 struct BASE_EXPORT ThreadLocalPlatform { struct
88 internal::ThreadLocalPlatform::AllocateSlot(&slot_); in ThreadLocalPointer() argument
92 internal::ThreadLocalPlatform::FreeSlot(slot_); in ~ThreadLocalPointer()
97 internal::ThreadLocalPlatform::GetValueFromSlot(slot_)); in Get()
101 internal::ThreadLocalPlatform::SetValueInSlot( in Set()
106 typedef internal::ThreadLocalPlatform::SlotType SlotType;
Dthread_local_posix.cc18 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot()
24 void ThreadLocalPlatform::FreeSlot(SlotType slot) { in FreeSlot()
30 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { in GetValueFromSlot()
35 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { in SetValueInSlot()
/external/libmojo/base/threading/
Dthread_local_android.cc11 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot()
16 void ThreadLocalPlatform::FreeSlot(SlotType slot) { in FreeSlot()
21 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) { in GetValueFromSlot()
26 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) { in SetValueInSlot()