Home
last modified time | relevance | path

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

/external/lzma/C/
DThreads.h56 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
DThreads.c69 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
DLzFindMt.c116 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2()
117 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()
DMtCoder.c504 RINOK_THREAD(Semaphore_Create(&p->blocksSemaphore, numBlocksMax, numBlocksMax)); in MtCoder_Code()
/external/lzma/CPP/Windows/
DSynchronization.h136 return Semaphore_Create(&_object, initiallyCount, maxCount); in Create()