Searched refs:initiallyCount (Results 1 - 1 of 1) sorted by relevance
/external/lzma/CPP/Windows/ | ||
H A D | Synchronization.h | 134 WRes Create(UInt32 initiallyCount, UInt32 maxCount)
argument 136 return Semaphore_Create(&_object, initiallyCount, maxCount); |
Completed in 95 milliseconds