Home
last modified time | relevance | path

Searched refs:filledSemaphore (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFindMt.c20 Semaphore_Construct(&p->filledSemaphore); in MtSync_Construct()
44 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
68 Semaphore_Wait(&p->filledSemaphore); in MtSync_StopWriting()
95 Semaphore_Close(&p->filledSemaphore); in MtSync_Destruct()
115 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()
215 Semaphore_Release1(&p->filledSemaphore); in HashThreadFunc()
434 Semaphore_Release1(&p->filledSemaphore); in BtThreadFunc()
DLzFindMt.h32 CSemaphore filledSemaphore; member