Home
last modified time | relevance | path

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

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