Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DThreads.h165 WRes Semaphore_Release1(CSemaphore *p);
217 #define Semaphore_Release1(p) Semaphore_ReleaseN(p, 1) macro
H A DMtCoder.c289 RINOK_THREAD(Semaphore_Release1(&mtc->blocksSemaphore)) in ThreadFunc2()
539 RINOK_THREAD(Semaphore_Release1(&p->blocksSemaphore)) in MtCoder_Code()
H A DLzFindMt.c138 Semaphore_Release1(&p->freeSemaphore); in MtSync_GetNextBlock()
175 Semaphore_Release1(&p->freeSemaphore); // check semaphore count !!! in MtSync_StopWriting()
535 Semaphore_Release1(&p->filledSemaphore); in HashThreadFunc()
777 Semaphore_Release1(&p->filledSemaphore); in BtThreadFunc()
H A DThreads.c168 WRes Semaphore_Release1(CSemaphore *p) { return Semaphore_ReleaseN(p, 1); } in Semaphore_Release1() function
/third_party/lzma/CPP/Windows/
H A DSynchronization.h160 WRes Release() { return Semaphore_Release1(&_object); } in Release()

Completed in 5 milliseconds