HomeSort by relevance Sort by last modified time
    Searched refs:Semaphore_Create (Results 1 - 4 of 4) sorted by null

  /external/lzma/C/
Threads.h 45 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
Threads.c 58 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
LzFindMt.c 112 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks));
113 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks));
  /external/lzma/CPP/Windows/
Synchronization.h 136 return Semaphore_Create(&_object, initiallyCount, maxCount);

Completed in 164 milliseconds