Home
last modified time | relevance | path

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

/external/lzma/C/
DThreads.h54 #define Semaphore_Wait(p) Handle_WaitObject(*(p)) macro
DLzFindMt.c44 Semaphore_Wait(&p->filledSemaphore); in MtSync_GetNextBlock()
68 Semaphore_Wait(&p->filledSemaphore); in MtSync_StopWriting()
188 Semaphore_Wait(&p->freeSemaphore); in HashThreadFunc()
432 Semaphore_Wait(&p->freeSemaphore); in BtThreadFunc()
/external/lzma/CPP/Windows/
DSynchronization.h140 WRes Lock() { return Semaphore_Wait(&_object); } in Lock()