HomeSort by relevance Sort by last modified time
    Searched refs:ThreadLocalPlatform (Results 1 - 3 of 3) 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 64 struct BASE_API ThreadLocalPlatform {
83 internal::ThreadLocalPlatform::AllocateSlot(slot_);
87 internal::ThreadLocalPlatform::FreeSlot(slot_);
92 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));
96 internal::ThreadLocalPlatform::SetValueInSlot(slot_, ptr);
100 typedef internal::ThreadLocalPlatform::SlotType SlotType;

Completed in 2610 milliseconds