Searched refs:_inProgress (Results 1 – 2 of 2) sorted by relevance
327 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet()356 while (element != NULL && _inProgress(element)) { in _poll()415 U_ASSERT(_inProgress(element)); in _put()449 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache453 UBool result = _inProgress(value, status); in _inProgress()458 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache470 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
539 UBool _inProgress(const UHashElement *element) const;545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;