HomeSort by relevance Sort by last modified time
    Searched refs:ThreadLocalPlatform (Results 1 - 9 of 9) 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;
  /external/chromium_org/base/threading/
thread_local_posix.cc 15 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
27 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
32 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local_win.cc 15 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local.h 62 struct BASE_EXPORT ThreadLocalPlatform {
81 internal::ThreadLocalPlatform::AllocateSlot(&slot_);
85 internal::ThreadLocalPlatform::FreeSlot(slot_);
90 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));
94 internal::ThreadLocalPlatform::SetValueInSlot(
99 typedef internal::ThreadLocalPlatform::SlotType SlotType;
  /external/chromium_org/mojo/public/utility/
thread_local_posix.cc 15 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_win.cc 15 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
21 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
28 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
33 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local.h 64 struct ThreadLocalPlatform {
83 internal::ThreadLocalPlatform::AllocateSlot(&slot_);
87 internal::ThreadLocalPlatform::FreeSlot(slot_);
92 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));
96 internal::ThreadLocalPlatform::SetValueInSlot(
101 typedef internal::ThreadLocalPlatform::SlotType SlotType;

Completed in 129 milliseconds