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

/haiku/src/kits/shared/
H A DWeakReferenceable.cpp18 fUseCount(1),
35 count = atomic_get(&fUseCount);
38 } while (atomic_test_and_set(&fUseCount, count + 1, count) != count);
47 if (atomic_add(&fUseCount, -1) == 1) {
59 return fUseCount;
66 atomic_add(&fUseCount, 1);
83 atomic_test_and_set(&fPointer->fUseCount, 0, 1);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.h67 uint32 fUseCount; member in class:NFS4Server
79 fUseCount++;
90 fUseCount--;
H A DNFS4Server.cpp26 fUseCount(0),
41 fUseCount = 0;
90 fUseCount += fs->OpenFilesCount();
103 fUseCount -= fs->OpenFilesCount();
111 if ((fUseCount == 0 && fClientIdLastUse + (time_t)LeaseTime() < time(NULL))
239 if (fUseCount == 0) {
241 if (fUseCount == 0) {
H A DCookie.cpp20 fUseCount(0),
40 fOwner->fUseCount++;
46 fOwner->fUseCount--;
H A DCookie.h29 uint32 fUseCount; member in struct:LockOwner
H A DOpenState.cpp98 if (owner->fUseCount == 0) {
/haiku/headers/private/shared/
H A DWeakReferenceable.h35 int32 fUseCount; member in class:BPrivate::WeakPointer

Completed in 89 milliseconds