Lines Matching refs:CSemaphore
157 typedef HANDLE CSemaphore;
162 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
163 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
164 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
165 WRes Semaphore_Release1(CSemaphore *p);
209 } CSemaphore;
214 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
215 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
216 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
218 WRes Semaphore_Wait(CSemaphore *p);
219 WRes Semaphore_Close(CSemaphore *p);