OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadLocalPlatform
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/threading/
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.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.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 385 milliseconds