Searched defs:semCount (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/tests/kits/support/blocker/
H A DConstructionTest1.cpp74 int32 semCount; local
/haiku-fatelf/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp55 int32 semCount = 42; local
/haiku-fatelf/src/system/libroot/posix/
H A Dsemaphore.cpp32 unsigned semCount = 0; local
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DBeOSCompatibility.h145 int32 semCount = fSemCount; local
/haiku-fatelf/src/apps/terminal/
H A DTermParse.cpp1204 int32 semCount; local
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.cpp926 int32 semCount = 0; local
H A Dehci.cpp1480 int32 semCount = 0; local
H A Duhci.cpp1329 int32 semCount = 0; local
H A Dxhci.cpp1753 int32 semCount = 0; local
1930 int32 semCount = 0; local
2000 int32 semCount = 0; local
[all...]
/haiku-fatelf/src/system/kernel/posix/
H A Drealtime_sem.cpp43 status_t Init(int32 semCount, const char* name) argument
77 status_t Init(const char* name, mode_t mode, int32 semCount) argument
165 status_t Init(int32 semCount, const char* name) argument
220 status_t Init(int32 semCount, const char* name) argument
325 OpenNamedSem(const char* name, int openFlags, mode_t mode, uint32 semCount, NamedSem*& _sem, bool& _created) argument
396 CreateUnnamedSem(uint32 semCount, int32_t& _id) argument
605 CreateUnnamedSem(uint32 semCount, bool shared, int32_t& _id) argument
645 OpenSem(const char* name, int openFlags, mode_t mode, uint32 semCount, sem_t* userSem, sem_t*& _usedUserSem, int32_t& _id, bool& _created) argument
901 _user_realtime_sem_open(const char* userName, int openFlagsOrShared, mode_t mode, uint32 semCount, sem_t* userSem, sem_t** _usedUserSem) argument
[all...]

Completed in 177 milliseconds