Home
last modified time | relevance | path

Searched defs:initCount (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/C/
DThreads.c146 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
153 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
410 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
423 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
/third_party/lzma/CPP/Windows/
DSynchronization.h152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create()
156 WRes OptCreateInit(UInt32 initCount, UInt32 maxCount) in OptCreateInit()
353 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create()