Lines Matching refs:freeSemaphore
92 Semaphore_Construct(&p->freeSemaphore);
138 Semaphore_Release1(&p->freeSemaphore);
166 /* We send (p->stopWriting) message and release freeSemaphore
169 iteration after Wait(freeSemaphore).
175 Semaphore_Release1(&p->freeSemaphore); // check semaphore count !!!
214 Semaphore_Close(&p->freeSemaphore);
234 wres = Semaphore_OptCreateInit(&p->freeSemaphore, numBlocks, numBlocks);
482 Semaphore_Wait(&p->freeSemaphore);
487 // for faster stop : we check (p->stopWriting) after Wait(freeSemaphore)
765 and is unexpected after more Wait(freeSemaphore) iterations */
769 Semaphore_Wait(&p->freeSemaphore);
771 // for faster stop : we check (p->stopWriting) after Wait(freeSemaphore)