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

/haiku/src/build/libroot/
H A Dsem.cpp16 bool inUse; member in struct:semaphore
28 return sSemaphores[id].inUse;
37 if (!sem.inUse) {
42 sem.inUse = true;
59 sSemaphores[id].inUse = false;
204 if (sSemaphores[i].inUse) {
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp424 int inUse, allocated; local
425 getStats(sizeclass, inUse, allocated);
426 if ((inUse < allocated - getReleaseThreshold(sizeclass))
427 && (EMPTY_FRACTION * inUse <

Completed in 44 milliseconds