OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lazy_tls_ptr
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/
thread_task_runner_handle.cc
16
lazy_tls_ptr
= LAZY_INSTANCE_INITIALIZER;
member in namespace:base::__anon3717
22
ThreadTaskRunnerHandle* current =
lazy_tls_ptr
.Pointer()->Get();
29
return
lazy_tls_ptr
.Pointer()->Get() != NULL;
36
DCHECK(!
lazy_tls_ptr
.Pointer()->Get());
37
lazy_tls_ptr
.Pointer()->Set(this);
42
DCHECK_EQ(
lazy_tls_ptr
.Pointer()->Get(), this);
43
lazy_tls_ptr
.Pointer()->Set(NULL);
/external/chromium_org/mojo/common/
bindings_support_impl.cc
16
base::LazyInstance<base::ThreadLocalPointer<Buffer> >::Leaky
lazy_tls_ptr
=
member in namespace:mojo::common::__anon8729
48
return
lazy_tls_ptr
.Pointer()->Get();
52
Buffer* old_buf =
lazy_tls_ptr
.Pointer()->Get();
53
lazy_tls_ptr
.Pointer()->Set(buf);
/external/chromium_org/content/browser/
notification_service_impl.cc
17
lazy_tls_ptr
= LAZY_INSTANCE_INITIALIZER;
member in namespace:content::__anon7786
23
return
lazy_tls_ptr
.Pointer()->Get();
44
lazy_tls_ptr
.Pointer()->Set(this);
138
lazy_tls_ptr
.Pointer()->Set(NULL);
/external/chromium/base/
message_loop.cc
42
base::LazyInstance<base::ThreadLocalPointer<MessageLoop> >
lazy_tls_ptr
(
132
lazy_tls_ptr
.Pointer()->Set(this);
196
lazy_tls_ptr
.Pointer()->Set(NULL);
204
return
lazy_tls_ptr
.Pointer()->Get();
/external/chromium_org/base/message_loop/
message_loop.cc
47
LazyInstance<base::ThreadLocalPointer<MessageLoop> >::Leaky
lazy_tls_ptr
=
member in namespace:base::__anon3543
200
lazy_tls_ptr
.Pointer()->Set(NULL);
208
return
lazy_tls_ptr
.Pointer()->Get();
411
lazy_tls_ptr
.Pointer()->Set(this);
Completed in 84 milliseconds