Home
last modified time | relevance | path

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

/external/lzma/C/
DThreads.h55 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
DThreads.c67 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
DLzFindMt.c114 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/
DSynchronization.h136 return Semaphore_Create(&_object, initiallyCount, maxCount); in Create()