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

  /external/webrtc/webrtc/base/
signalthread.cc 25 refcount_(1) {
32 ASSERT(refcount_ == 0);
58 refcount_--;
70 refcount_--;
81 refcount_--;
122 refcount_--;
signalthread.h 120 // If refcount_ is zero then the object has already been deleted and we
122 ASSERT(t_->refcount_ != 0);
123 ++t_->refcount_;
126 bool d = (0 == --t_->refcount_);
145 int refcount_; member in class:rtc::SignalThread
  /external/minigbm/cros_gralloc/
cros_gralloc_buffer.cc 14 : id_(id), bo_(acquire_bo), hnd_(acquire_handle), refcount_(1), lockcount_(0)
38 return ++refcount_;
43 assert(refcount_ > 0);
44 return --refcount_;
cros_gralloc_buffer.h 38 int32_t refcount_; member in class:cros_gralloc_buffer
  /external/protobuf/src/google/protobuf/stubs/
shared_ptr.h 97 SharedPtrControlBlock() : refcount_(1), weak_count_(1) { }
98 Atomic32 refcount_;
167 if (!RefCountDec(&control_block_->refcount_)) {
171 // ptr_, plus 1 if refcount_ is nonzero.
223 return control_block_ ? control_block_->refcount_ : 1;
251 RefCountInc(&r.control_block_->refcount_);
367 return control_block_ != NULL ? control_block_->refcount_ : 0;
384 old_refcount = control_block_->refcount_;
389 &control_block_->refcount_, old_refcount,
  /external/grpc-grpc/src/core/lib/iomgr/
cfstream_handle.cc 115 gpr_ref_init(&refcount_, 1);
165 gpr_atm val = gpr_atm_no_barrier_load(&refcount_.count);
170 gpr_ref(&refcount_);
175 gpr_atm val = gpr_atm_no_barrier_load(&refcount_.count);
180 if (gpr_unref(&refcount_)) {
cfstream_handle.h 65 gpr_refcount refcount_; member in class:final
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_chttp2_transport.cc 206 GRPC_STREAM_REF_INIT(&refcount_, 1, &Stream::FinishDestroy, this,
215 static_cast<grpc_stream*>(stream_), &refcount_,
222 grpc_stream_unref(&refcount_, "DestroyThen");
224 grpc_stream_unref(&refcount_);
247 grpc_stream_refcount refcount_; member in class:Stream
  /external/syzkaller/pkg/report/
linux.go 829 title: compile("WARNING: .*lib/refcount\\.c.* refcount_"),
    [all...]

Completed in 454 milliseconds