Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds