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

/haiku/src/build/libroot/
H A Dsem.cpp19 static const int kSemaphoreCount = 40960; variable
20 static semaphore sSemaphores[kSemaphoreCount];
26 if (id < 0 || id >= kSemaphoreCount)
35 for (int i = 0; i < kSemaphoreCount; i++) {
203 for (int i = *cookie; i < kSemaphoreCount; i++) {

Completed in 28 milliseconds