Searched refs:Semaphore_Create (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | Threads.h | 55 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
|
D | Threads.c | 67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
|
D | LzFindMt.c | 114 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2() 115 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2()
|
/external/lzma/CPP/Windows/ |
D | Synchronization.h | 136 return Semaphore_Create(&_object, initiallyCount, maxCount); in Create()
|