Searched refs:Semaphore_Create (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/C/ |
H A D | Threads.c | 146 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 D | Threads.h | 162 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 D | Synchronization.h | 154 return Semaphore_Create(&_object, initCount, maxCount);
in Create()
|
Completed in 5 milliseconds