Searched refs:_inProgress (Results 1 – 3 of 3) sorted by relevance
330 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet()359 while (element != NULL && _inProgress(element)) { in _poll()418 U_ASSERT(_inProgress(element)); in _put()452 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache456 UBool result = _inProgress(value, status); in _inProgress()461 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
539 UBool _inProgress(const UHashElement *element) const;545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;