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

/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp29 class SemInfo { class in namespace:__anon17
31 SemInfo() function in class:__anon17::SemInfo
37 virtual ~SemInfo()
55 virtual SemInfo* Clone() = 0;
63 class NamedSem : public SemInfo {
81 status_t error = SemInfo::Init(semCount, name);
128 virtual SemInfo* Clone()
285 TeamSemInfo(SemInfo* semaphore, sem_t* userSem)
315 SemInfo* sem = fSemaphore->Clone();
336 SemInfo* fSemaphor
[all...]

Completed in 51 milliseconds