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

/haiku/src/kits/support/
H A DLocker.cpp40 // The "fRecursiveCount" member holds a count of the number of times the
129 fRecursiveCount--;
133 if (fRecursiveCount == 0) {
174 return fRecursiveCount;
217 fRecursiveCount = 0;
288 fRecursiveCount = 1;
290 fRecursiveCount++;
/haiku/src/build/libbe/support/
H A DLocker.cpp40 // The "fRecursiveCount" member holds a count of the number of times the
129 fRecursiveCount--;
133 if (fRecursiveCount == 0) {
174 return fRecursiveCount;
217 fRecursiveCount = 0;
288 fRecursiveCount = 1;
290 fRecursiveCount++;
/haiku/headers/os/support/
H A DLocker.h44 int32 fRecursiveCount; member in class:BLocker
/haiku/headers/build/os/support/
H A DLocker.h44 int32 fRecursiveCount; member in class:BLocker

Completed in 38 milliseconds