HomeSort by relevance Sort by last modified time
    Searched full:tlp_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/threading/
thread_local_unittest.cc 20 : tlp_(tlp),
26 TLPType* tlp_; member in class:base::__anon7186::ThreadLocalTesterBase
42 tlp_->Set(val_);
62 *ptr_ = tlp_->Get();
thread_local.h 118 return tlp_.Get() != NULL;
122 tlp_.Set(val ? this : NULL);
126 ThreadLocalPointer<void> tlp_; member in class:base::ThreadLocalBoolean

Completed in 777 milliseconds