Home
last modified time | relevance | path

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

/external/cronet/base/allocator/dispatcher/
Dtls.h203 auto* slot = static_cast<SingleSlot*>(tls_system.GetThreadSpecificData()); in GetThreadLocalData()
221 struct SingleSlot { struct
233 SingleSlot slots[NumberOfItems];
308 auto* const slot = static_cast<SingleSlot*>(data); in MarkSlotAsFree()
351 SingleSlot* FindAndAllocateFreeSlot(Chunk* const chunk) { in FindAndAllocateFreeSlot()
352 SingleSlot* const slot = std::find_if_not( in FindAndAllocateFreeSlot()
354 [](SingleSlot& candidate_slot) { in FindAndAllocateFreeSlot()