OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticSlot
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/base/threading/
thread_local_storage.h
23
// interface, you should instead be using ThreadLocalStorage::
StaticSlot
/Slot.
86
//
StaticSlot
uses its own struct initializer-list style static
94
// ThreadLocalStorage::
StaticSlot
my_slot = TLS_INITIALIZER;
97
struct BASE_EXPORT
StaticSlot
{
125
// A convenience wrapper around
StaticSlot
with a constructor. Can be used
127
class BASE_EXPORT Slot : public
StaticSlot
{
129
// Calls
StaticSlot
::Initialize().
133
using
StaticSlot
::initialized_;
134
using
StaticSlot
::slot_;
thread_local_storage.cc
200
bool ThreadLocalStorage::
StaticSlot
::Initialize(TLSDestructorFunc destructor) {
218
void ThreadLocalStorage::
StaticSlot
::Free() {
228
void* ThreadLocalStorage::
StaticSlot
::Get() const {
239
void ThreadLocalStorage::
StaticSlot
::Set(void* value) {
thread_local.h
70
typedef ThreadLocalStorage::
StaticSlot
SlotType;
thread_local_storage_unittest.cc
29
static ThreadLocalStorage::
StaticSlot
tls_slot = TLS_INITIALIZER;
/external/chromium_org/net/base/
dns_reloader.cc
96
static base::ThreadLocalStorage::
StaticSlot
tls_index_;
103
base::ThreadLocalStorage::
StaticSlot
DnsReloader::tls_index_ = TLS_INITIALIZER;
/external/chromium_org/base/debug/
trace_event_memory.cc
65
base::ThreadLocalStorage::
StaticSlot
tls_trace_memory_stack = TLS_INITIALIZER;
/external/chromium_org/base/
tracked_objects.h
586
static base::ThreadLocalStorage::
StaticSlot
tls_index_;
[
all
...]
tracked_objects.cc
244
base::ThreadLocalStorage::
StaticSlot
ThreadData::tls_index_ = TLS_INITIALIZER;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 1192 milliseconds