Home
last modified time | relevance | path

Searched refs:tlp_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/threading/
Dthread_local.h118 return tlp_.Get() != NULL; in Get()
122 tlp_.Set(val ? this : NULL); in Set()
126 ThreadLocalPointer<void> tlp_;
Dthread_local_unittest.cc20 : tlp_(tlp), in ThreadLocalTesterBase()
26 TLPType* tlp_; member in base::__anondd3be5530111::ThreadLocalTesterBase
42 tlp_->Set(val_); in Run()
62 *ptr_ = tlp_->Get(); in Run()