Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c18 Semaphore_Construct(&p->filledSemaphore); in MtSync_Construct()
42 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
66 Semaphore_Wait(&p->filledSemaphore); in MtSync_StopWriting()
93 Semaphore_Close(&p->filledSemaphore); in MtSync_Destruct()
113 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()
213 Semaphore_Release1(&p->filledSemaphore); in HashThreadFunc()
426 Semaphore_Release1(&p->filledSemaphore); in BtThreadFunc()
DLzFindMt.h30 CSemaphore filledSemaphore; member