Home
last modified time | relevance | path

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

/external/lzma/C/
DThreads.h44 #define Semaphore_Wait(p) Handle_WaitObject(*(p)) macro
DLzFindMt.c42 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
66 Semaphore_Wait(&p->filledSemaphore); in MtSync_StopWriting()
186 Semaphore_Wait(&p->freeSemaphore); in HashThreadFunc()
424 Semaphore_Wait(&p->freeSemaphore); in BtThreadFunc()
/external/lzma/CPP/Windows/
DSynchronization.h140 WRes Lock() { return Semaphore_Wait(&_object); } in Lock()