Searched refs:refcount_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.cc25 refcount_(1) {
32 ASSERT(refcount_ == 0);
65 refcount_--;
77 refcount_--;
88 refcount_--;
129 refcount_--;
H A Dsignalthread.h123 // If refcount_ is zero then the object has already been deleted and we
125 ASSERT(t_->refcount_ != 0);
126 ++t_->refcount_;
129 bool d = (0 == --t_->refcount_);
148 int refcount_; member in class:rtc::SignalThread

Completed in 81 milliseconds