Home
last modified time | relevance | path

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

/third_party/lzma/C/
DThreads.h156 #define Semaphore_Wait(p) Handle_WaitObject(*(p)) macro
212 WRes Semaphore_Wait(CSemaphore *p);
DLzFindMt.c142 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
482 Semaphore_Wait(&p->freeSemaphore); in HashThreadFunc()
769 Semaphore_Wait(&p->freeSemaphore); in BtThreadFunc()
DThreads.c465 WRes Semaphore_Wait(CSemaphore *p) in Semaphore_Wait() function
DMtCoder.c186 if (Semaphore_Wait(&mtc->blocksSemaphore) != 0) in ThreadFunc2()
/third_party/lzma/CPP/Windows/
DSynchronization.h162 WRes Lock() { return Semaphore_Wait(&_object); } in Lock()