Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local.h76 static void AllocateSlot(SlotType* slot);
88 internal::ThreadLocalPlatform::AllocateSlot(&slot_); in ThreadLocalPointer()
Dthread_local_posix.cc18 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot() function in base::internal::ThreadLocalPlatform
/external/libmojo/base/threading/
Dthread_local_android.cc11 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot() function in base::internal::ThreadLocalPlatform