Home
last modified time | relevance | path

Searched refs:last_write (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx255 snapshot_type last_write{}; member
524 …if (const auto event = marked.last_write.event()) PetscCall(PetscDeviceContextWaitForEvent_Private… in MarkFromID_CompatibleModes()
532 auto &last_write = marked.last_write; in MarkFromID_IncompatibleModes_UpdateLastWrite() local
541 last_write = std::move(last_dep); in MarkFromID_IncompatibleModes_UpdateLastWrite()
547 const auto last_write_was_also_us = last_write.event() && (last_write.dctx_id() == dctx_id); in MarkFromID_IncompatibleModes_UpdateLastWrite()
552 …dencies, but we have apparently recorded the last dependency %s!", id, last_write.frame().to_strin… in MarkFromID_IncompatibleModes_UpdateLastWrite()
553 swap(last_write, last_dep); in MarkFromID_IncompatibleModes_UpdateLastWrite()