Home
last modified time | relevance | path

Searched refs:AllocateSlot (Results 1 – 2 of 2) 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