CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
edm::NoProcessProductResolver Class Reference

#include <ProductResolvers.h>

Inheritance diagram for edm::NoProcessProductResolver:
edm::ProductResolverBase

Public Types

typedef
ProducedProductResolver::ProductStatus 
ProductStatus
 

Public Member Functions

void connectTo (ProductResolverBase const &iOther, Principal const *) final
 
bool dataValidFromResolver (unsigned int iProcessingIndex, Principal const &principal, bool iSkipCurrentProcess) const
 
 NoProcessProductResolver (std::vector< ProductResolverIndex > const &matchingHolders, std::vector< bool > const &ambiguous, bool madeAtEnd)
 
void prefetchFailed (unsigned int iProcessingIndex, Principal const &principal, bool iSkipCurrentProcess, std::exception_ptr iExceptPtr) const
 
void tryPrefetchResolverAsync (unsigned int iProcessingIndex, Principal const &principal, bool skipCurrentProcess, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc, ServiceToken token, tbb::task_group *) const
 
- Public Member Functions inherited from edm::ProductResolverBase
BranchDescription const & branchDescription () const
 
std::string const & moduleLabel () const
 
ProductResolverBaseoperator= (ProductResolverBase const &)=delete
 
void prefetchAsync (WaitingTaskHolder waitTask, Principal const &principal, bool skipCurrentProcess, ServiceToken const &token, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const
 
std::string const & processName () const
 
ProductID const & productID () const
 
std::string const & productInstanceName () const
 
ProductProvenance const * productProvenancePtr () const
 
bool productResolved () const
 
 ProductResolverBase ()
 
 ProductResolverBase (ProductResolverBase const &)=delete
 
TypeID productType () const
 
bool productUnavailable () const
 
bool productWasDeleted () const
 
bool productWasFetchedAndIsValid (bool iSkipCurrentProcess) const
 
Provenance const * provenance () const
 
bool provenanceAvailable () const
 
void resetBranchDescription (std::shared_ptr< BranchDescription const > bd)
 
void resetProductData ()
 
std::string const & resolvedModuleLabel () const
 
Resolution resolveProduct (Principal const &principal, bool skipCurrentProcess, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const
 
void retrieveAndMerge (Principal const &principal, MergeableRunProductMetadata const *mergeableRunProductMetadata) const
 
void setMergeableRunProductMetadata (MergeableRunProductMetadata const *mrpm)
 
void setProductID (ProductID const &pid)
 
void setProductProvenanceRetriever (ProductProvenanceRetriever const *provRetriever)
 
virtual void setupUnscheduled (UnscheduledConfigurator const &)
 
bool singleProduct () const
 
StableProvenance const * stableProvenance () const
 
void unsafe_deleteProduct () const
 
bool unscheduledWasNotRun () const
 
void write (std::ostream &os) const
 
virtual ~ProductResolverBase ()
 

Private Member Functions

BranchDescription const & branchDescription_ () const override
 
void prefetchAsync_ (WaitingTaskHolder waitTask, Principal const &principal, bool skipCurrentProcess, ServiceToken const &token, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const override
 
ProductProvenance const * productProvenancePtr_ () const override
 
bool productResolved_ () const final
 
bool productUnavailable_ () const override
 
bool productWasDeleted_ () const override
 
bool productWasFetchedAndIsValid_ (bool iSkipCurrentProcess) const override
 
Provenance const * provenance_ () const override
 
void resetBranchDescription_ (std::shared_ptr< BranchDescription const > bd) override
 
void resetProductData_ (bool deleteEarly) override
 
std::string const & resolvedModuleLabel_ () const override
 
Resolution resolveProduct_ (Principal const &principal, bool skipCurrentProcess, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const override
 
void setCache (bool skipCurrentProcess, ProductResolverIndex index, std::exception_ptr exceptionPtr) const
 
void setProductID_ (ProductID const &pid) override
 
void setProductProvenanceRetriever_ (ProductProvenanceRetriever const *provRetriever) override
 
bool singleProduct_ () const override
 
Resolution tryResolver (unsigned int index, Principal const &principal, bool skipCurrentProcess, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const
 
bool unscheduledWasNotRun_ () const override
 
unsigned int unsetIndexValue () const
 

Private Attributes

std::vector< bool > ambiguous_
 
std::atomic< unsigned int > lastCheckIndex_
 
std::atomic< unsigned int > lastSkipCurrentCheckIndex_
 
const bool madeAtEnd_
 
std::vector< ProductResolverIndexmatchingHolders_
 
std::atomic< bool > prefetchRequested_
 
std::atomic< bool > skippingPrefetchRequested_
 
WaitingTaskList skippingWaitingTasks_
 
WaitingTaskList waitingTasks_
 

Detailed Description

Definition at line 481 of file ProductResolvers.h.

Member Typedef Documentation

Definition at line 483 of file ProductResolvers.h.

Constructor & Destructor Documentation

edm::NoProcessProductResolver::NoProcessProductResolver ( std::vector< ProductResolverIndex > const &  matchingHolders,
std::vector< bool > const &  ambiguous,
bool  madeAtEnd 
)

Definition at line 832 of file ProductResolvers.cc.

835  : matchingHolders_(matchingHolders),
836  ambiguous_(ambiguous),
839  prefetchRequested_(false),
841  madeAtEnd_{madeAtEnd} {
842  assert(ambiguous_.size() == matchingHolders_.size());
843  }
assert(be >=bs)
std::atomic< unsigned int > lastSkipCurrentCheckIndex_
std::atomic< bool > prefetchRequested_
std::atomic< unsigned int > lastCheckIndex_
std::atomic< bool > skippingPrefetchRequested_
std::vector< bool > ambiguous_
static constexpr unsigned int kUnsetOffset
std::vector< ProductResolverIndex > matchingHolders_

Member Function Documentation

BranchDescription const & edm::NoProcessProductResolver::branchDescription_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1107 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1107  {
1109  << "NoProcessProductResolver::branchDescription_() not implemented and should never be called.\n"
1110  << "Contact a Framework developer\n";
1111  }
void edm::NoProcessProductResolver::connectTo ( ProductResolverBase const &  iOther,
Principal const *   
)
finalvirtual

Implements edm::ProductResolverBase.

Definition at line 1125 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1125  {
1127  << "NoProcessProductResolver::connectTo() not implemented and should never be called.\n"
1128  << "Contact a Framework developer\n";
1129  }
bool edm::NoProcessProductResolver::dataValidFromResolver ( unsigned int  iProcessingIndex,
Principal const &  principal,
bool  iSkipCurrentProcess 
) const

Definition at line 999 of file ProductResolvers.cc.

References edm::Principal::getProductResolverByIndex(), isotrackApplyRegressor::k, edm::Principal::lookupProcessOrder(), matchingHolders_, edm::ProductResolverBase::productWasFetchedAndIsValid(), and setCache().

1001  {
1002  std::vector<unsigned int> const& lookupProcessOrder = principal.lookupProcessOrder();
1003  auto k = lookupProcessOrder[iProcessingIndex];
1004  ProductResolverBase const* productResolver = principal.getProductResolverByIndex(matchingHolders_[k]);
1005 
1006  if (productResolver->productWasFetchedAndIsValid(iSkipCurrentProcess)) {
1007  setCache(iSkipCurrentProcess, k, nullptr);
1008  return true;
1009  }
1010  return false;
1011  }
void setCache(bool skipCurrentProcess, ProductResolverIndex index, std::exception_ptr exceptionPtr) const
std::vector< ProductResolverIndex > matchingHolders_
void edm::NoProcessProductResolver::prefetchAsync_ ( WaitingTaskHolder  waitTask,
Principal const &  principal,
bool  skipCurrentProcess,
ServiceToken const &  token,
SharedResourcesAcquirer sra,
ModuleCallingContext const *  mcc 
) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 901 of file ProductResolvers.cc.

References edm::WaitingTaskList::add(), edm::WaitingTaskHolder::group(), madeAtEnd_, prefetchRequested_, skippingPrefetchRequested_, skippingWaitingTasks_, tryPrefetchResolverAsync(), and waitingTasks_.

906  {
907  bool timeToMakeAtEnd = true;
908  if (madeAtEnd_ and mcc) {
909  timeToMakeAtEnd = mcc->parent().isAtEndTransition();
910  }
911 
912  //If timeToMakeAtEnd is false, then it is equivalent to skipping the current process
913  if (not skipCurrentProcess and timeToMakeAtEnd) {
914  //need to try changing prefetchRequested_ before adding to waitingTasks_
915  bool expected = false;
916  bool prefetchRequested = prefetchRequested_.compare_exchange_strong(expected, true);
917  waitingTasks_.add(waitTask);
918 
919  if (prefetchRequested) {
920  //we are the first thread to request
921  tryPrefetchResolverAsync(0, principal, false, sra, mcc, token, waitTask.group());
922  }
923  } else {
924  skippingWaitingTasks_.add(waitTask);
925  bool expected = false;
926  if (skippingPrefetchRequested_.compare_exchange_strong(expected, true)) {
927  //we are the first thread to request
928  tryPrefetchResolverAsync(0, principal, true, sra, mcc, token, waitTask.group());
929  }
930  }
931  }
std::atomic< bool > prefetchRequested_
void add(tbb::task_group *, WaitingTask *)
Adds task to the waiting list.
std::atomic< bool > skippingPrefetchRequested_
void tryPrefetchResolverAsync(unsigned int iProcessingIndex, Principal const &principal, bool skipCurrentProcess, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc, ServiceToken token, tbb::task_group *) const
void edm::NoProcessProductResolver::prefetchFailed ( unsigned int  iProcessingIndex,
Principal const &  principal,
bool  iSkipCurrentProcess,
std::exception_ptr  iExceptPtr 
) const

Definition at line 989 of file ProductResolvers.cc.

References isotrackApplyRegressor::k, edm::Principal::lookupProcessOrder(), and setCache().

992  {
993  std::vector<unsigned int> const& lookupProcessOrder = principal.lookupProcessOrder();
994  auto k = lookupProcessOrder[iProcessingIndex];
995 
996  setCache(iSkipCurrentProcess, k, iExceptPtr);
997  }
void setCache(bool skipCurrentProcess, ProductResolverIndex index, std::exception_ptr exceptionPtr) const
ProductProvenance const * edm::NoProcessProductResolver::productProvenancePtr_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1058 of file ProductResolvers.cc.

1058 { return nullptr; }
bool edm::NoProcessProductResolver::productResolved_ ( ) const
finalprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1089 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1089  {
1091  << "NoProcessProductResolver::productResolved_() not implemented and should never be called.\n"
1092  << "Contact a Framework developer\n";
1093  }
bool edm::NoProcessProductResolver::productUnavailable_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1083 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1083  {
1085  << "NoProcessProductResolver::productUnavailable_() not implemented and should never be called.\n"
1086  << "Contact a Framework developer\n";
1087  }
bool edm::NoProcessProductResolver::productWasDeleted_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1095 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1095  {
1097  << "NoProcessProductResolver::productWasDeleted_() not implemented and should never be called.\n"
1098  << "Contact a Framework developer\n";
1099  }
bool edm::NoProcessProductResolver::productWasFetchedAndIsValid_ ( bool  iSkipCurrentProcess) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1101 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1101  {
1103  << "NoProcessProductResolver::productWasFetchedAndIsValid_() not implemented and should never be called.\n"
1104  << "Contact a Framework developer\n";
1105  }
Provenance const * edm::NoProcessProductResolver::provenance_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1119 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1119  {
1121  << "NoProcessProductResolver::provenance_() not implemented and should never be called.\n"
1122  << "Contact a Framework developer\n";
1123  }
void edm::NoProcessProductResolver::resetBranchDescription_ ( std::shared_ptr< BranchDescription const >  bd)
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1113 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1113  {
1115  << "NoProcessProductResolver::resetBranchDescription_() not implemented and should never be called.\n"
1116  << "Contact a Framework developer\n";
1117  }
void edm::NoProcessProductResolver::resetProductData_ ( bool  deleteEarly)
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1062 of file ProductResolvers.cc.

References lastCheckIndex_, lastSkipCurrentCheckIndex_, prefetchRequested_, edm::WaitingTaskList::reset(), skippingPrefetchRequested_, skippingWaitingTasks_, unsetIndexValue(), and waitingTasks_.

1062  {
1063  // This function should never receive 'true'. On the other hand,
1064  // nothing should break if a 'true' is passed, because
1065  // NoProcessProductResolver just forwards the resolve
1066  const auto resetValue = unsetIndexValue();
1067  lastCheckIndex_ = resetValue;
1068  lastSkipCurrentCheckIndex_ = resetValue;
1069  prefetchRequested_ = false;
1071  waitingTasks_.reset();
1073  }
unsigned int unsetIndexValue() const
void reset()
Resets access to the resource so that added tasks will wait.
std::atomic< unsigned int > lastSkipCurrentCheckIndex_
std::atomic< bool > prefetchRequested_
std::atomic< unsigned int > lastCheckIndex_
std::atomic< bool > skippingPrefetchRequested_
std::string const& edm::NoProcessProductResolver::resolvedModuleLabel_ ( ) const
inlineoverrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 529 of file ProductResolvers.h.

References edm::ProductResolverBase::moduleLabel().

529 { return moduleLabel(); }
std::string const & moduleLabel() const
ProductResolverBase::Resolution edm::NoProcessProductResolver::resolveProduct_ ( Principal const &  principal,
bool  skipCurrentProcess,
SharedResourcesAcquirer sra,
ModuleCallingContext const *  mcc 
) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 854 of file ProductResolvers.cc.

References ambiguous_, cms::cuda::assert(), isotrackApplyRegressor::k, kAmbiguousOffset, kMissingOffset, kUnsetOffset, lastCheckIndex_, lastSkipCurrentCheckIndex_, edm::Principal::lookupProcessOrder(), madeAtEnd_, edm::ProductResolverBase::Resolution::makeAmbiguous(), matchingHolders_, edm::ProductResolverIndexInvalid, dtDQMClient_cfg::resolution, Resolution, and tryResolver().

857  {
858  //See if we've already cached which Resolver we should call or if
859  // we know it is ambiguous
860  const unsigned int choiceSize = ambiguous_.size();
861 
862  //madeAtEnd_==true and not at end transition is the same as skipping the current process
863  if ((not skipCurrentProcess) and (madeAtEnd_ and mcc)) {
864  skipCurrentProcess = not mcc->parent().isAtEndTransition();
865  }
866 
867  unsigned int checkCacheIndex = skipCurrentProcess ? lastSkipCurrentCheckIndex_.load() : lastCheckIndex_.load();
868  if (checkCacheIndex != choiceSize + kUnsetOffset) {
869  if (checkCacheIndex == choiceSize + kAmbiguousOffset) {
871  } else if (checkCacheIndex == choiceSize + kMissingOffset) {
872  return Resolution(nullptr);
873  }
874  return tryResolver(checkCacheIndex, principal, skipCurrentProcess, sra, mcc);
875  }
876 
877  std::atomic<unsigned int>& updateCacheIndex = skipCurrentProcess ? lastSkipCurrentCheckIndex_ : lastCheckIndex_;
878 
879  std::vector<unsigned int> const& lookupProcessOrder = principal.lookupProcessOrder();
880  for (unsigned int k : lookupProcessOrder) {
881  assert(k < ambiguous_.size());
882  if (k == 0)
883  break; // Done
884  if (ambiguous_[k]) {
885  updateCacheIndex = choiceSize + kAmbiguousOffset;
887  }
889  auto resolution = tryResolver(k, principal, skipCurrentProcess, sra, mcc);
890  if (resolution.data() != nullptr) {
891  updateCacheIndex = k;
892  return resolution;
893  }
894  }
895  }
896 
897  updateCacheIndex = choiceSize + kMissingOffset;
898  return Resolution(nullptr);
899  }
static constexpr unsigned int kAmbiguousOffset
static constexpr unsigned int kMissingOffset
Resolution tryResolver(unsigned int index, Principal const &principal, bool skipCurrentProcess, SharedResourcesAcquirer *sra, ModuleCallingContext const *mcc) const
assert(be >=bs)
std::atomic< unsigned int > lastSkipCurrentCheckIndex_
std::atomic< unsigned int > lastCheckIndex_
std::vector< bool > ambiguous_
static constexpr unsigned int kUnsetOffset
std::vector< ProductResolverIndex > matchingHolders_
void edm::NoProcessProductResolver::setCache ( bool  skipCurrentProcess,
ProductResolverIndex  index,
std::exception_ptr  exceptionPtr 
) const
private

Definition at line 933 of file ProductResolvers.cc.

References edm::WaitingTaskList::doneWaiting(), lastCheckIndex_, lastSkipCurrentCheckIndex_, skippingWaitingTasks_, and waitingTasks_.

Referenced by dataValidFromResolver(), prefetchFailed(), and tryPrefetchResolverAsync().

935  {
936  if (not iSkipCurrentProcess) {
937  lastCheckIndex_ = iIndex;
938  waitingTasks_.doneWaiting(iExceptPtr);
939  } else {
942  }
943  }
void doneWaiting(std::exception_ptr iPtr)
Signals that the resource is now available and tasks should be spawned.
std::atomic< unsigned int > lastSkipCurrentCheckIndex_
std::atomic< unsigned int > lastCheckIndex_
void edm::NoProcessProductResolver::setProductID_ ( ProductID const &  pid)
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1056 of file ProductResolvers.cc.

1056 {}
void edm::NoProcessProductResolver::setProductProvenanceRetriever_ ( ProductProvenanceRetriever const *  provRetriever)
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1054 of file ProductResolvers.cc.

1054 {}
bool edm::NoProcessProductResolver::singleProduct_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1075 of file ProductResolvers.cc.

1075 { return false; }
void edm::NoProcessProductResolver::tryPrefetchResolverAsync ( unsigned int  iProcessingIndex,
Principal const &  principal,
bool  skipCurrentProcess,
SharedResourcesAcquirer sra,
ModuleCallingContext const *  mcc,
ServiceToken  token,
tbb::task_group *  group 
) const

Definition at line 1013 of file ProductResolvers.cc.

References ambiguous_, cms::cuda::assert(), edm::Principal::getProductResolverByIndex(), isotrackApplyRegressor::k, kAmbiguousOffset, kMissingOffset, edm::Principal::lookupProcessOrder(), matchingHolders_, edm::ProductResolverBase::prefetchAsync(), edm::ProductResolverIndexInvalid, and setCache().

Referenced by prefetchAsync_().

1019  {
1020  std::vector<unsigned int> const& lookupProcessOrder = principal.lookupProcessOrder();
1021  auto index = iProcessingIndex;
1022 
1023  const unsigned int choiceSize = ambiguous_.size();
1024  unsigned int newCacheIndex = choiceSize + kMissingOffset;
1025  while (index < lookupProcessOrder.size()) {
1026  auto k = lookupProcessOrder[index];
1027  if (k == 0) {
1028  break;
1029  }
1030  assert(k < ambiguous_.size());
1031  if (ambiguous_[k]) {
1032  newCacheIndex = choiceSize + kAmbiguousOffset;
1033  break;
1034  }
1036  //make new task
1037 
1038  auto task = new TryNextResolverWaitingTask(this, index, &principal, sra, mcc, skipCurrentProcess, token, group);
1039  WaitingTaskHolder hTask(*group, task);
1040  ProductResolverBase const* productResolver = principal.getProductResolverByIndex(matchingHolders_[k]);
1041 
1042  //Make sure the Services are available on this thread
1043  ServiceRegistry::Operate guard(token);
1044 
1045  productResolver->prefetchAsync(hTask, principal, skipCurrentProcess, token, sra, mcc);
1046  return;
1047  }
1048  ++index;
1049  }
1050  //data product unavailable
1051  setCache(skipCurrentProcess, newCacheIndex, nullptr);
1052  }
static constexpr unsigned int kAmbiguousOffset
static constexpr unsigned int kMissingOffset
void setCache(bool skipCurrentProcess, ProductResolverIndex index, std::exception_ptr exceptionPtr) const
assert(be >=bs)
std::vector< bool > ambiguous_
tuple group
Definition: watchdog.py:82
std::vector< ProductResolverIndex > matchingHolders_
ProductResolverBase::Resolution edm::NoProcessProductResolver::tryResolver ( unsigned int  index,
Principal const &  principal,
bool  skipCurrentProcess,
SharedResourcesAcquirer sra,
ModuleCallingContext const *  mcc 
) const
private

Definition at line 845 of file ProductResolvers.cc.

References edm::Principal::getProductResolverByIndex(), matchingHolders_, and edm::ProductResolverBase::resolveProduct().

Referenced by resolveProduct_().

849  {
850  ProductResolverBase const* productResolver = principal.getProductResolverByIndex(matchingHolders_[index]);
851  return productResolver->resolveProduct(principal, skipCurrentProcess, sra, mcc);
852  }
std::vector< ProductResolverIndex > matchingHolders_
bool edm::NoProcessProductResolver::unscheduledWasNotRun_ ( ) const
overrideprivatevirtual

Implements edm::ProductResolverBase.

Definition at line 1077 of file ProductResolvers.cc.

References Exception, and edm::errors::LogicError.

1077  {
1079  << "NoProcessProductResolver::unscheduledWasNotRun_() not implemented and should never be called.\n"
1080  << "Contact a Framework developer\n";
1081  }
unsigned int edm::NoProcessProductResolver::unsetIndexValue ( ) const
inlineprivate

Definition at line 1060 of file ProductResolvers.cc.

References ambiguous_, and kUnsetOffset.

Referenced by resetProductData_().

1060 { return ambiguous_.size() + kUnsetOffset; }
std::vector< bool > ambiguous_
static constexpr unsigned int kUnsetOffset

Member Data Documentation

std::vector<bool> edm::NoProcessProductResolver::ambiguous_
private

Definition at line 545 of file ProductResolvers.h.

Referenced by resolveProduct_(), tryPrefetchResolverAsync(), and unsetIndexValue().

std::atomic<unsigned int> edm::NoProcessProductResolver::lastCheckIndex_
mutableprivate

Definition at line 548 of file ProductResolvers.h.

Referenced by resetProductData_(), resolveProduct_(), and setCache().

std::atomic<unsigned int> edm::NoProcessProductResolver::lastSkipCurrentCheckIndex_
mutableprivate

Definition at line 549 of file ProductResolvers.h.

Referenced by resetProductData_(), resolveProduct_(), and setCache().

const bool edm::NoProcessProductResolver::madeAtEnd_
private

Definition at line 552 of file ProductResolvers.h.

Referenced by prefetchAsync_(), and resolveProduct_().

std::vector<ProductResolverIndex> edm::NoProcessProductResolver::matchingHolders_
private
std::atomic<bool> edm::NoProcessProductResolver::prefetchRequested_
mutableprivate

Definition at line 550 of file ProductResolvers.h.

Referenced by prefetchAsync_(), and resetProductData_().

std::atomic<bool> edm::NoProcessProductResolver::skippingPrefetchRequested_
mutableprivate

Definition at line 551 of file ProductResolvers.h.

Referenced by prefetchAsync_(), and resetProductData_().

WaitingTaskList edm::NoProcessProductResolver::skippingWaitingTasks_
mutableprivate

Definition at line 547 of file ProductResolvers.h.

Referenced by prefetchAsync_(), resetProductData_(), and setCache().

WaitingTaskList edm::NoProcessProductResolver::waitingTasks_
mutableprivate

Definition at line 546 of file ProductResolvers.h.

Referenced by prefetchAsync_(), resetProductData_(), and setCache().