Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local.h84 return tlp_.Get() != nullptr; in Get()
88 tlp_.Set(val ? this : nullptr); in Set()
92 ThreadLocalPointer<void> tlp_;
Dthread_local_unittest.cc20 : tlp_(tlp), in ThreadLocalTesterBase()
26 TLPType* tlp_; member in base::__anon24756df90111::ThreadLocalTesterBase
40 tlp_->Set(val_); in Run()
58 *ptr_ = tlp_->Get(); in Run()