Searched refs:refcount (Results 1 – 4 of 4) sorted by relevance
75 …gs for object, starting to recycle. Comm reference count %" PetscInt_FMT "\n", counter->refcount)); in PetscCommGetNewTag()254 …gs for object, starting to recycle. Comm reference count %" PetscInt_FMT "\n", counter->refcount)); in PetscCommDuplicate()262 counter->refcount++; /* number of references to this comm */ in PetscCommDuplicate()308 counter->refcount--; in PetscCommDestroy()309 if (!counter->refcount) { in PetscCommDestroy()
170 self.assertEqual(self.obj.getRefCount(), self.obj.refcount)
578 property refcount:
1456 …PetscInt refcount; /* number of references, communicator can be freed when this rea… member