Searched refs:freeSemaphore (Results 1 – 2 of 2) sorted by relevance
19 Semaphore_Construct(&p->freeSemaphore); in MtSync_Construct()42 Semaphore_Release1(&p->freeSemaphore); in MtSync_GetNextBlock()62 Semaphore_Release1(&p->freeSemaphore); in MtSync_StopWriting()69 Semaphore_Release1(&p->freeSemaphore); in MtSync_StopWriting()94 Semaphore_Close(&p->freeSemaphore); in MtSync_Destruct()114 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2()188 Semaphore_Wait(&p->freeSemaphore); in HashThreadFunc()426 Semaphore_Wait(&p->freeSemaphore); in BtThreadFunc()
31 CSemaphore freeSemaphore; member