Searched refs:refcount_ (Results 1 – 3 of 3) sorted by relevance
33 …: dlpLinkName_(dlpLinkName), dlpFile_(dlpFile), refcount_(1), stopLinkFlag_(false), hasRead_(false) in DlpLinkFile()63 if (refcount_ < ref) { in SubAndCheckZeroRef()65 ref, static_cast<int>(refcount_)); in SubAndCheckZeroRef()68 refcount_ -= ref; in SubAndCheckZeroRef()69 return (refcount_ <= 0); in SubAndCheckZeroRef()75 if (refcount_ <= 0) { in IncreaseRef()79 refcount_++; in IncreaseRef()
83 std::atomic<int> refcount_; variable
918 linkFile.refcount_ = 0;920 ASSERT_NE(linkFile.refcount_, 1);