Searched refs:Semaphore_Create (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | Threads.h | 56 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
|
D | Threads.c | 69 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
|
D | LzFindMt.c | 116 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2() 117 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()
|
D | MtCoder.c | 504 RINOK_THREAD(Semaphore_Create(&p->blocksSemaphore, numBlocksMax, numBlocksMax)); in MtCoder_Code()
|
/external/lzma/CPP/Windows/ |
D | Synchronization.h | 136 return Semaphore_Create(&_object, initiallyCount, maxCount); in Create()
|