Home | History | Annotate | Download | only in include

Lines Matching defs:add_ref

261 	unsigned add_ref()
333 unsigned add_ref()
335 //printf("%p add_ref at %u %u\n", this, atomic_refcnt, nonatomic_refcnt);
391 inline ULONG add_ref()
393 return refcnt.add_ref();
439 return add_ref();
471 return BaseClass::add_ref();
522 void add_ref() {Traits::add_ref(p);}
553 add_ref();
559 add_ref();
601 static void add_ref(void* p) {}
607 static void add_ref(void* p)
634 this->add_ref();