Home
last modified time | relevance | path

Searched refs:fUseCount (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/shared/
H A DWeakReferenceable.cpp18 fUseCount(1), in WeakPointer()
34 count = atomic_get(&fUseCount); in Get()
39 } while (atomic_test_and_set(&fUseCount, count + 1, count) != count); in Get()
48 const int32 count = atomic_add(&fUseCount, -1); in Put()
63 return fUseCount; in UseCount()
70 atomic_add(&fUseCount, 1); in GetUnchecked()
87 atomic_test_and_set(&fPointer->fUseCount, 0, 1); in ~BWeakReferenceable()
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.h67 uint32 fUseCount; variable
79 fUseCount++; in IncUsage()
90 fUseCount--; in DecUsage()
H A DNFS4Server.cpp26 fUseCount(0), in NFS4Server()
41 fUseCount = 0; in ~NFS4Server()
90 fUseCount += fs->OpenFilesCount(); in AddFileSystem()
103 fUseCount -= fs->OpenFilesCount(); in RemoveFileSystem()
111 if ((fUseCount == 0 && fClientIdLastUse + (time_t)LeaseTime() < time(NULL)) in ClientId()
239 if (fUseCount == 0) { in _Renewal()
241 if (fUseCount == 0) { in _Renewal()
H A DCookie.cpp20 fUseCount(0), in LockOwner()
40 fOwner->fUseCount++; in LockInfo()
46 fOwner->fUseCount--; in ~LockInfo()
H A DCookie.h29 uint32 fUseCount; member
H A DOpenState.cpp98 if (owner->fUseCount == 0) { in DeleteLock()
/haiku/headers/private/shared/
H A DWeakReferenceable.h35 int32 fUseCount; variable