Home
last modified time | relevance | path

Searched refs:Semaphore_Wait (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DThreads.h55 #define Semaphore_Wait(p) Handle_WaitObject(*(p)) macro
DLzFindMt.c46 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
70 Semaphore_Wait(&p->filledSemaphore); in MtSync_StopWriting()
193 Semaphore_Wait(&p->freeSemaphore); in HashThreadFunc()
470 Semaphore_Wait(&p->freeSemaphore); in BtThreadFunc()
DMtCoder.c187 if (Semaphore_Wait(&mtc->blocksSemaphore) != 0) in ThreadFunc2()
/external/lzma/CPP/Windows/
DSynchronization.h140 WRes Lock() { return Semaphore_Wait(&_object); } in Lock()