Searched refs:Semaphore_Create (Results 1 – 3 of 3) sorted by relevance
55 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
114 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2()115 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()