Searched refs:freeSemaphore (Results 1 – 2 of 2) sorted by relevance
19 Semaphore_Construct(&p->freeSemaphore); in MtSync_Construct()44 Semaphore_Release1(&p->freeSemaphore); in MtSync_GetNextBlock()64 Semaphore_Release1(&p->freeSemaphore); in MtSync_StopWriting()71 Semaphore_Release1(&p->freeSemaphore); in MtSync_StopWriting()96 Semaphore_Close(&p->freeSemaphore); in MtSync_Destruct()116 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2()193 Semaphore_Wait(&p->freeSemaphore); in HashThreadFunc()470 Semaphore_Wait(&p->freeSemaphore); in BtThreadFunc()
31 CSemaphore freeSemaphore; member