Searched refs:oldBenaphoreCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/support/
H A DLocker.cpp138 // value in oldBenaphoreCount.
139 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, -1); local
141 // If the oldBenaphoreCount is greater than 1, then there is
144 if (oldBenaphoreCount > 1) {
233 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, 1); local
234 if (oldBenaphoreCount > 0) {
/haiku/src/build/libbe/support/
H A DLocker.cpp138 // value in oldBenaphoreCount.
139 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, -1); local
141 // If the oldBenaphoreCount is greater than 1, then there is
144 if (oldBenaphoreCount > 1) {
233 int32 oldBenaphoreCount = atomic_add(&fBenaphoreCount, 1); local
234 if (oldBenaphoreCount > 0) {

Completed in 1691 milliseconds