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

  /external/chromium/base/threading/
thread_local_posix.cc 16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
thread_local_win.cc 16 void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) {
29 void* ThreadLocalPlatform::GetValueFromSlot(SlotType& slot) {
34 void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
thread_local.h 66 typedef unsigned long SlotType;
68 typedef pthread_key_t SlotType;
71 static void AllocateSlot(SlotType& slot);
72 static void FreeSlot(SlotType& slot);
73 static void* GetValueFromSlot(SlotType& slot);
74 static void SetValueInSlot(SlotType& slot, void* value);
100 typedef internal::ThreadLocalPlatform::SlotType SlotType;
102 SlotType slot_;
  /external/v8/src/
mark-compact.h 273 // They are recorded as a pair (SlotType, slot address).
297 enum SlotType {
370 SlotType type,
mark-compact.cc     [all...]

Completed in 51 milliseconds