Home
last modified time | relevance | path

Searched refs:Semaphore_Create (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/C/
H A DThreads.c146 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
161 return Semaphore_Create(p, initCount, maxCount); in Semaphore_OptCreateInit()
418 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create() function
447 return Semaphore_Create(p, initCount, maxCount); in Semaphore_OptCreateInit()
H A DThreads.h162 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
214 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
/third_party/lzma/CPP/Windows/
H A DSynchronization.h154 return Semaphore_Create(&_object, initCount, maxCount); in Create()

Completed in 5 milliseconds