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

  /external/libchrome/base/threading/
thread_local_posix.cc 18 void ThreadLocalPlatform::AllocateSlot(SlotType* slot) {
24 void ThreadLocalPlatform::FreeSlot(SlotType slot) {
30 void* ThreadLocalPlatform::GetValueFromSlot(SlotType slot) {
35 void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
thread_local.h 67 struct BASE_EXPORT ThreadLocalPlatform {
88 internal::ThreadLocalPlatform::AllocateSlot(&slot_);
92 internal::ThreadLocalPlatform::FreeSlot(slot_);
97 internal::ThreadLocalPlatform::GetValueFromSlot(slot_));
101 internal::ThreadLocalPlatform::SetValueInSlot(
106 typedef internal::ThreadLocalPlatform::SlotType SlotType;

Completed in 1859 milliseconds