Searched defs:tlp_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/threading/
H A Dthread_local.h84 return tlp_.Get() != nullptr;
88 tlp_.Set(val ? this : nullptr);
92 ThreadLocalPointer<void> tlp_; member in class:base::ThreadLocalBoolean
H A Dthread_local_unittest.cc20 : tlp_(tlp),
26 TLPType* tlp_; member in class:base::__anon11034::ThreadLocalTesterBase
42 tlp_->Set(val_);
62 *ptr_ = tlp_->Get();

Completed in 585 milliseconds