Searched refs:_maxCount (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | Synchronization.h | 340 UInt32 _maxCount;
member in NWindows::NSynchronization::Z7_final 343 CSemaphore_WFMO() : _count(0), _maxCount(0) {}
in CSemaphore_WFMO() 353 this->_maxCount = maxCount;
in Create() 364 if (newCount > this->_maxCount)
in Release()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | quant.cpp | 26 uint32_t _minCount, uint32_t _maxCount) { in Quantifier() 31 this->maxCount = _maxCount; in Quantifier() 25 Quantifier(UnicodeFunctor *adoptedMatcher, uint32_t _minCount, uint32_t _maxCount) Quantifier() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | quant.cpp | 26 uint32_t _minCount, uint32_t _maxCount) { in Quantifier() 31 this->maxCount = _maxCount; in Quantifier() 25 Quantifier(UnicodeFunctor *adoptedMatcher, uint32_t _minCount, uint32_t _maxCount) Quantifier() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | quant.cpp | 26 uint32_t _minCount, uint32_t _maxCount) { in Quantifier() 31 this->maxCount = _maxCount; in Quantifier() 25 Quantifier(UnicodeFunctor *adoptedMatcher, uint32_t _minCount, uint32_t _maxCount) Quantifier() argument
|
/third_party/lzma/C/ |
H A D | Threads.c | 425 p->_maxCount = maxCount;
in Semaphore_Create() 444 p->_maxCount = maxCount;
in Semaphore_OptCreateInit() 462 if (newCount > p->_maxCount)
in Semaphore_ReleaseN()
|
H A D | Threads.h | 206 UInt32 _maxCount;
member
|
Completed in 4 milliseconds