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

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

Completed in 54 milliseconds