Searched refs:AllocateSlot (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/threading/ | ||
D | thread_local.h | 76 static void AllocateSlot(SlotType* slot); |
D | thread_local_posix.cc | 18 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot() function in base::internal::ThreadLocalPlatform |
/external/libmojo/base/threading/ | ||
D | thread_local_android.cc | 11 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) { in AllocateSlot() function in base::internal::ThreadLocalPlatform |