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()
46 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
70 Semaphore_Wait(&p->filledSemaphore); in MtSync_StopWriting()
97 Semaphore_Close(&p->filledSemaphore); in MtSync_Destruct()
117 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()
220 Semaphore_Release1(&p->filledSemaphore); in HashThreadFunc()
472 Semaphore_Release1(&p->filledSemaphore); in BtThreadFunc()
DLzFindMt.h32 CSemaphore filledSemaphore; member