Searched refs:fBenaphoreCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/support/
H A DLocker.cpp24 // The "fBenaphoreCount" member is set to 1 if the BLocker style is
139 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, -1);
181 return fBenaphoreCount;
202 fBenaphoreCount = 0;
209 fBenaphoreCount = 1;
233 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, 1);
/haiku/src/build/libbe/support/
H A DLocker.cpp24 // The "fBenaphoreCount" member is set to 1 if the BLocker style is
139 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, -1);
181 return fBenaphoreCount;
202 fBenaphoreCount = 0;
209 fBenaphoreCount = 1;
233 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, 1);
/haiku/headers/os/support/
H A DLocker.h41 int32 fBenaphoreCount; member in class:BLocker
/haiku/headers/build/os/support/
H A DLocker.h41 int32 fBenaphoreCount; member in class:BLocker

Completed in 46 milliseconds