Lines Matching refs:CSemaphore
146 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
153 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
164 static WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousCount)
166 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num)
168 WRes Semaphore_Release1(CSemaphore *p) { return Semaphore_ReleaseN(p, 1); }
418 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
431 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
451 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount)
473 WRes Semaphore_Wait(CSemaphore *p)
484 WRes Semaphore_Close(CSemaphore *p)