HomeSort by relevance Sort by last modified time
    Searched defs:SlotType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/threading/
thread_local.h 68 typedef unsigned long SlotType;
70 typedef ThreadLocalStorage::StaticSlot SlotType;
72 typedef pthread_key_t SlotType;
75 static void AllocateSlot(SlotType* slot);
76 static void FreeSlot(SlotType slot);
77 static void* GetValueFromSlot(SlotType slot);
78 static void SetValueInSlot(SlotType slot, void* value);
105 typedef internal::ThreadLocalPlatform::SlotType SlotType;
107 SlotType slot_
    [all...]
  /external/chromium_org/mojo/public/cpp/utility/lib/
thread_local.h 20 typedef unsigned long SlotType;
22 typedef pthread_key_t SlotType;
25 static void AllocateSlot(SlotType* slot);
26 static void FreeSlot(SlotType slot);
27 static void* GetValueFromSlot(SlotType slot);
28 static void SetValueInSlot(SlotType slot, void* value);
55 ThreadLocalPlatform::SlotType slot_;
  /external/llvm/lib/CodeGen/
Analysis.cpp 587 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
588 CallVal = UndefValue::get(SlotType);
  /external/chromium_org/v8/src/
mark-compact.h 249 // They are recorded as a pair (SlotType, slot address).
273 enum SlotType {
283 static const char* SlotTypeToString(SlotType type) {
300 return "UNKNOWN SlotType";
366 SlotType type,

Completed in 101 milliseconds