Searched refs:fSemaphoreCount (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp185 fSemaphoreCount(0)
223 if (fSemaphoreCount >= MAX_POSIX_SEMS)
245 fSemaphoreCount++;
266 fSemaphoreCount--;
276 int32 fSemaphoreCount; member in class:__anon17::GlobalSemTable
375 fSemaphoreCount(0)
425 context->fSemaphoreCount++;
457 if (fSemaphoreCount >= MAX_POSIX_SEMS_PER_TEAM) {
480 fSemaphoreCount++;
501 fSemaphoreCount
580 int32 fSemaphoreCount; member in struct:realtime_sem_context
[all...]

Completed in 33 milliseconds