Home
last modified time | relevance | path

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) in check_sem()
35 for (int i = 0; i < kSemaphoreCount; i++) { in create_sem()
203 for (int i = *cookie; i < kSemaphoreCount; i++) { in _get_next_sem_info()